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, meaning that the assignee is in the project role Developers.
Configuration
Use the following JQL:
project = WEB and assignee in usersWithRoleInProject("Developers", "WEB")
Screenshots
Related use cases
If you still have questions, feel free to refer to our support team.