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.
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!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @bernard.xavier ~ @Dan Breyen is correct. Use: creator = currentUser()
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.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you so much for the detailed answer about the differences between the two options, @Els Bassant.
That worked! :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This will show tickets you created
reporter = currentUser()
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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.