-
Type:
Bug
-
Resolution: Invalid
-
Priority:
Low
-
Component/s: User management - Search
-
None
-
1
-
Minor
Issue Summary
assignee.active It seems like the smart value isn't working and is showing the wrong user status. Even if a user is inactive or just invited, it still indicates that they're active.
The API behind this smart value is https://developer.atlassian.com/server/jira/platform/rest/v10004/api-group-user/#api-api-2-user-search-get, but it appears to be providing incorrect status updates.
Steps to Reproduce
Run the API with any invited or inactive user, and you’ll discover the truth about the active status field.
Expected Results
The API should return false for active status.
Actual Results
The API returns true for active status.
Workaround
N/A