-
Type:
Bug
-
Resolution: Timed out
-
Priority:
Low
-
Component/s: Work Item - Search - Backend - JVIS
-
6
-
Minor
Issue Summary
The JQL was in membersOf("") is not working when used like the following:
reporter was in (membersOf("jira-users")) assignee was in (membersOf("jira-developers"))
Steps to Reproduce
- Create some issues with a user as assignee that's a member of jira-users group
- Used the JQL in Issue Navigator
assignee was in (membersOf("jira-users"))
- The JQL can either throw the error A value provided by the function 'membersOf' is invalid for the field 'assignee'. or show issues the assignee might not be correct.
Expected Results
Issues are returned without an error.
Actual Results
Error message:
A value provided by the function 'membersOf' is invalid for the field 'assignee'.
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available
- is duplicated by
-
JRACLOUD-80646 JQL Search for assignee on members of a group with user without assigned ticket gives error
-
- Closed
-
- relates to
-
JRACLOUD-74872 Historic search on random users reports "does not exist for the field 'assignee'."
-
- Closed
-
- causes
-
LYNX-1008 Loading...