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

Compare with Current View Page History

« Previous Version 3 Next »

This JQL function is used for searching users with a certain role in a certain project.

Syntax
usersWithRoleInProject(role, project_key) #Output: Users
Examples
Parser expressionDescription
assignee in usersWithRoleInProject("Developers", "CRM")
This example returns a list of users who belongs to the role Developers in the project with key "CRM".
reporter in usersWithRoleInProject("Administrators", "PR")
This example returns a list of users who belongs to the role Administrators in the project with key "PR".
Additional information

Parameters used in this function

ParameterInput (data type)Description
role

TEXT

A role that is available in the project.
project_key

TEXT

A project key that exists in the system.

Output

This function returns USER LIST.