Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Jira User Property creatd using REST API are not displayed on GUI

Azerconnect LLC.
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 14, 2020

Hi,

I've created custom user property (mobile number) via REST API (for both customers and jira-servicedesk-users) but thes properties are not displayed on User Profile GUI but returned when I query user properties using the REST API. FOr example, I've performed following operations:

Operation Set -1:

1. Set User properties:

PUT https://<hostname>/rest/api/2/user/properties/Testprop1?username=arifuli

{"value":"Azerconnect"}

 

2. Get User Properties:

 

GET https://<hostname>/rest/api/2/user/properties?username=arifuli

{"keys":[{"self": "https://<hostname>/rest/api/2/https://servicedesk.azerconnect.az/rest/api/2/user/properties/Testprop1?userKey=JIRAUSER10503","key": "Testprop1"}]}

 

3. Query the user profile on GUI but the property Testprop1 is not present.

 

Operation Set -2:

1. Add user property from User Management GUI

2. Query the user properties using REST API - the property defined on GUI is not returned.

 

Jira Code Version: 8.8.0 (Data Center)

Service Desk: 4.8.0 (Data Center)

 

Any help would be really appreciated.

 

Regards,

Arif

0 answers

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
SERVER
VERSION
8.8.0
TAGS
AUG Leaders

Atlassian Community Events