How do I find out the list of projects which has a particular group added to it? For eg: If I have a group "Jira-users" is there a way I can find out the number of projects having jira-users in it?
@Nisha Hajamohideen Hi Nisha.
JQL is not accepting this query. There is no user Group keyword only user list is there
Sorry. Please check this one instead.
assignee in membersOf("jira-software-users")
or
reporter in membersOf("jira-software-users")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello,
Please check https://confluence.atlassian.com/jirakb/how-to-identify-which-groups-have-access-to-a-project-in-jira-884354938.html
This has answer to your question.
Using the JQL "User Group" = jira-software-users lists only the issues that are raised by users in the user group.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.