User properties missing when trying to fetch them through REST API

flaimo March 10, 2016

I am trying to fetch the custom properties of a user through the REST API of our local JIRA 7.0.10 installation. Though I get a Status 200 return code, no properties are in the result set. Any idea what could be wrong here?

rest_user_properties.png

1 answer

1 accepted

1 vote
Answer accepted
Aleks Yenin (Polontech)
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 14, 2016

The user properties that can be set via the user profile page and the user properties exposed in the JIRA REST API are actually two completely different storage mechanisms, which explains why user properties set from EditUserProperties.jspa are not returned when you call the REST API.


See full answer here https://jira.atlassian.com/browse/JRA-45502

Suggest an answer

Log in or Sign up to answer