-
Bug
-
Resolution: Incorrectly Filed
-
Low
-
4
-
Severity 3 - Minor
-
21
-
Issue Summary
Environment
Jira Cloud
Steps to Reproduce
- define a property and add it to a user
- query via REST API for that user's property to confirm it's been set:
<sitename>.atlassian.net/rest/api/3/user/properties/<property-name>?accountId=<the Atlassian Account ID>
- search for all users with that property by querying
<sitename>.atlassian.net/rest/api/3/user/search?property=<propertyname>.value=true
Expected Results
All users with that property will be returned
Actual Results
Only an empty string ( [] ) is returned
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available
- is related to
-
JRACLOUD-59760 GET /rest/api/2/user/properties/{propertyKey} Returns Error 404
- Closed
- was cloned as
-
JRACLOUD-85060 Searching for users with a certain property via REST API returns empty string
- Long Term Backlog