Hi,
Need a JQL to filter issues to find list of issues where assignees belongs to a specific project role
Solved! Go to Solution.
Hi @Prashanth
This isn't available in native JQL at this point - there is a feature request you can vote for though, check out JRACLOUD-21711
You can search by Group if that's a potential alternative? EG.
assignee in membersOf("Administrators")
Ste
Hey There,
You could accomplish this by creating a "Project role" custom field with the designations you need, and use that in your filters.
In Jira Query Language (JQL), you can use the issueFunction
to filter issues based on the project role of the assignees. Below is an example JQL query that you can use to find a list of issues where the assignees belong to a specific project role:
issueFunction in membersOf("Project Role Name")
Recommended Learning For You
Level up your skills with Atlassian learning
Learning Path
Become an effective Jira admin
Manage global settings and shared configurations called schemes to achieve goals more quickly.
Streamline Jira administration with effective governance
Improve how you administer and maintain Jira and minimize clutter for users and administrators.
Learning Path
Become an effective Jira software project admin
Set up software projects and configure tools and agile boards to meet your team's needs.