Forums

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

Jiras created by me

bernard.xavier September 13, 2023

Hi,
How can I create a filter to expose all tickets created by me, even if they were cloned from a different user/reporter?

Thanks.

3 answers

3 accepted

1 vote
Answer accepted
Dan Breyen
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
September 13, 2023

Hi @bernard.xavier welcome to the community.  In your JQL I think you can say "creator = " and then either your Jira account, or currentUser() would work as well.

Hope that helps.

bernard.xavier September 13, 2023

Hi Dan,
Thank you! I use the "clone" functionality in some cases, and just noticed that the cloned Jira does not come with me as the "Reporter", so I'm searching for a way of identifying all those Jiras that I created using the "clone" functionality. Do you have any insight on that? Thanks!

Laurie Sciutti
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
September 13, 2023

Hi @bernard.xavier ~ @Dan Breyen is correct.  Use:  creator = currentUser()

bernard.xavier September 18, 2023

Thanks, @Laurie and @Dan Breyen
That worked! :) 

0 votes
Answer accepted
Els Bassant
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 13, 2023

reporter = currentUser() will show all issed where you are the reporter.

creator = currentUser() will show all issues where you are the creator.

 

While the reporter and creator are often the same, they can be different. If I create an issue on your behalf (= you are in the reporter field) I am the issue creator while you are the issue reporter.

Cloned issues automatically use the reporter of the original issue, so in this case you would need the creator = currentUser() query.

bernard.xavier September 18, 2023

Thank you so much for the detailed answer about the differences between the two options, @Els Bassant
That worked! :) 

0 votes
Answer accepted
Don Masten
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 13, 2023

This will show tickets you created

reporter = currentUser()

bernard.xavier September 18, 2023

Thank you, Don!

Suggest an answer

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

Atlassian Community Events