Users belong to a group - but he cannot search and find members of that group even though he is a project admin and added that group to the project

saravanan subramanian July 12, 2012

Users belong to a group - but he cannot search and find members of that group even though he is a project admin and added that group to the project

How to include that feature so that they can run a sql to find members of a group or by searching it

Thanks

Saran

1 answer

0 votes
Jo-Anne MacLeod
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 12, 2012

The JQL to search for the members of the group (groupname is test group) who are assignee (for example) would be:

assignee in membersOf("test group")

Suggest an answer

Log in or Sign up to answer