-
Bug
-
Resolution: Unresolved
-
Low
-
1
-
Severity 3 - Minor
-
0
-
Issue Summary :
Searching for users with a certain property via REST API returns empty string.
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 cloned from
-
JRACLOUD-72660 Searching for users with a certain property via REST API returns empty string
- Closed
- is resolved by
-
GORD-904 Loading...