Project Role JQL functions Cloud

Project Role JQL functions Cloud

: available in Issue Navigator.

assigneesInProjectRole()

Search by issue assignee that is in a specific project and project role.

Examples

issue in assigneesInProjectRole("Project Key" , "Manager")Β 

finds the issues where the user in the Assignee field is a member of the Manager project role in the specific project. You can search by Project Name or Project Key.

Β 

creatorsInProjectRole()

Search by issue creator that is in a specific project and project role.

Examples

issue in creatorsInProjectRole("Project Key" , "Tester")

finds the issues where the creator is a member of the Tester project role in the specific project. You can search by Project Name or Project Key.

Β 

reportersInProjectRole()

Search by issue reporter that is in a specific project and project role.

Examples

issue in reportersInProjectRole("Project Key" , "Developer")

finds the issues where the user in the Reporter field is a member of the Developer project role in the specific project. You can search by Project Name or Project Key.

Β 

usersHavingRoleInProject()

Search by any user field in a specific project and project role.

Examples

reporter in usersHavingRoleInProject("Project Key" , "Team")

finds all issues reported by the user who is in the Team project role in the particular project. You can search by Project Name or Project Key.

β€œManagerβ€œ in usersHavingRoleInProject("Project Key" , "Team")

finds all issues that the Manager field with the user who is in the Team project role in the particular project. You can search by Project Name or Project Key.