Project Role JQL functions Cloud

assigneesInProjectRole()

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

Examples

issue in assigneesInProjectRole("Project Name" , "Manager") 

OR

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 Name" , "Tester")

OR

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

OR

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

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

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.

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.