Retrieve all tickets assigned to a developer

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

RetrieveAllTicketsAssignedToDevelopers.png


📚 Related use cases