I have a saved query from another user, showing all open tickets of our developers.
What I want to do is to filter this query for tickets to me:
ticket in (other query) and assignee = currentUser()
Is something like this possible in JQL?
|
|
|
If I understood you correctly, you could use
and now you wish to select the issues that belongs to you:
If the other query is saves, you could use it's name:
Or by Filter ID:
|
||||