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
Improve user experience across Jira with global settings
Learn how to set up and configure a Jira site, manage Jira permissions, and configure Jira apps and integrations.
Learning Path
Streamline projects across Jira with shared configurations
Build Jira work items with reusable configurations called schemes, and reduce administrative work with automation.
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.