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

Compare with Current View Page History

« Previous Version 2 Next »

On this page

Use case

In the following use case we use a JWT JQL function in order to retrieve all issues in a specific project that are assigned to a developer.


Configuration

Use something like the following JQL:

project = WEB and assignee in usersWithRoleInProject("Developers", "WEB")


Screenshots




If you still have questions, feel free to refer to our support team.