Hi All,
I am trying to add some jira app user property using the REST API as per the rest api documentation on jira cloud.
curl --request PUT \ --url 'https://your-domain.atlassian.net/rest/api/3/user/properties/{propertyKey}?accountId=5b10ac8d82e05b22cc7d4ef5' \ --user 'email@example.com:<api_token>' \ --header 'Accept: application/json' \ --header 'Content-Type: application/json' \ --data '{}'
This returns the 200 and the get property also shows the property set, but the UI donot show this property added to the user.
I want this to be showcased on the UI and also use the property shown on the jira issues using the jira user property custom field.
I have tried various ways to achieve this, but did not work. Anyone achieved this.
Hi @sujit kumar
This call is not for setting information to be used in the UI in Atlassian admin.
See this article; https://support.atlassian.com/user-management/docs/update-roles-and-properties-for-jira-users/
specific; "These user properties are not the same as the user properties accessed via the REST API."
So the user properties set via the API call are not visible on a user in the Admin GUI.
Also the properties, userkey and username will be decrecated.
Hi Sujit,
I have clicked the request assistance button to notify Atlassian Support of this request so they can look to answer this question for yourself.
Regards,
Kristian
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.