I would like to make a filter that shows all cases that I'm monitoring/watching/following. Is that possible?
Hello,
What do you mean by monitoring/following ? Are you the current assignee ? If you have been the assignee you can use this JQL:
assignee WAS currentUser()
If you want to get all issues you are watching, you can use this JQL :
watcher = currentUser()
Let me know if I misunderstood you
Regards,
Jean-Malo
Welcome @Monika Solberg Pedersen
If this is for Jira Service Management project, you have the Assigned to me queue that you can check when you go to Queues in the left navigation bar and then select Assigned to me.
If you are looking for the Jira project specific filter where you can see the issues that are assigned to you, you can click on the Quick filters then select the Assigned to me option.
As a third option, you can create a new filter and using the JQL query:
assignee = currentUser() and then save it as a filter.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.