...
Tip |
---|
issue in assigneesInProjectRole("Project Name" , "Manager") |
OR
Tip |
---|
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.
...
Tip |
---|
issue in creatorsInProjectRole("Project Name" , "Tester") |
OR
Tip |
---|
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.
...
Tip |
---|
issue in reportersInProjectRole("Project Name" , "Developer") |
OR
Tip |
---|
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.
...
Search by any user field in a specific project and project role.
Examples
Tip |
---|
assignee in usersHavingRoleInProject("Project Name" , "Team") |
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.
Tip |
---|
reporter in usersHavingRoleInProject("Project Key" , "Team") |
...