Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How do I create a filter to see all tickets that I have updated?

Mitchell Mariani January 17, 2023

I have made a personal dashboard to show a filter/gadget of what I need to get done, and a filter/gadget of what I have updated. In the updated filter/gadget I would like to see all tickets that I have updated.

1 answer

1 accepted

0 votes
Answer accepted
Gupta Vishal
Contributor
January 17, 2023

Hello @Mitchell Mariani 

You can use this filter JQL for your requirement

JQL ->  issue in updatedBy("Mitchell")

Inside double colon put user name.

It will give you the correct results.

Joe Pitt
Community Champion
January 17, 2023

@Mitchell Mariani You may also want to put a date constraint on the search so you don't get everything you have ever updated. 

Suggest an answer

Log in or Sign up to answer