-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
None
-
Minor
Issue Summary
JQL assignee in membersOf("") doesn't work return the updated value once the user is removed from the specified group.
Steps to Reproduce
- Create a group ex:ABC.
- Ensure you have atleast one work item assigned.
- Run the JQL assignee in membersOf("ABC") and it results 0 work items.
- Add your user account to the group ex: ABC.
- Run the JQL assignee in membersOf("ABC"), it will return the workitem assigned to you.
- Remove your user account from the group (ABC).
- Run the JQL assignee in membersOf("ABC") and it still results the same. The update doesn't get synced.
Expected Results
Once the user removed from the group the JQL assignee in membersOf("") should return the updated value.
Actual Results
The JQL assignee in membersOf("") displays the same results as before.
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available