How to make a filter

Monika Solberg Pedersen
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
February 25, 2025

I would like to make a filter that shows all cases that I'm monitoring/watching/following. Is that possible?

2 answers

0 votes
JM Perrot
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
February 25, 2025

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

0 votes
Nikola Perisic
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
February 25, 2025

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.

 

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events