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.
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.
Manage Confluence like never before! This new learning path teaches you how to manage content, users, and permissions while optimizing user experience. Built for admins at all levels who want to confidently lead and unlock more innovative collaboration.
Learn more
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.