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.
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.
@Mitchell Mariani You may also want to put a date constraint on the search so you don't get everything you have ever updated.
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.