Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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

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

OR

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

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.

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.

  • No labels