Hi,
I want to find all the issues closed by me in the JIRA. Can you please give the query how to find?
Thanks,
dhanapal
This will work. You can add more parameters (like project, issuetype...)
status changed to "closed" by currentUser()
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is a JQL query
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.
as stated by Peter status changed to "closed" by currentUser() is a JQL query. In my instance of Jira it lists 149 issues that I have closed. You enter this query in the "Search for Issues" page. If you don't see a field to enter this type of query on that screen, you are probably in "Basic" query mode. Click on the "Advanced" link to see the text field where you can enter the query.
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.