How to GET User Properties from UI

Hi,
I have added user property on UI based on next info: Update roles and properties for Jira users | Atlassian Support

How can I GET it? I can not find it neither in entity properties *.atlassian.net/rest/api/2/user/properties?accountId=557058:cc8b6b9 no in user *.atlassian.net/rest/api/2/user?accountId=557058:cc8b6b9

Thank you.

If you set user properties in the UI - you’re setting Properties on the User. But if you’re using the rest api - you’re setting properties on the user object. Basically - it’s 2 different things.

It’s a bug with a bunch of ticket:
https://jira.atlassian.com/browse/JRACLOUD-60326
https://jira.atlassian.com/browse/JRACLOUD-45502
https://jira.atlassian.com/browse/JRACLOUD-59760

It’s been open since 2016 - I wouldn’t hold my breath to on getting access to the UI User Properties.

Best workaround is to create your own app that sets the rest api properties and then make them visible.

Thank you, Daniel.

That’s looks like explains also my old question User Property Field is NULL in REST API

1 Like