Forums

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

Looking for a Jira query to get the name of the user who marked the story as 'done' or 'completed'

Prateek Grover
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 28, 2022

Is there any query that can be used to get the name of the user who marked a story as done or completed. Thanks!!

2 answers

0 votes
Sakina
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 28, 2022

@Prateek Grover  Please try doing these 

project = TEST and status CHANGED to "Done" BY ( Your user name) these will give you all issues closed by that particular user.. you can create filter for multiple users.

 

or you can try doing these

in Jira automation create automation and trigger it whenever an issue is transacted to Closed or completed .. then you can have 

{{initiator.displayName}}

you can store these value in custom Field and then create a filter to see all closed issue..and you can view your user who closed issue in custom field .

0 votes
Fabio Racobaldo _Herzum_
Community Champion
September 28, 2022

Hi @Prateek Grover ,

welcome to the Atlassian community!

Please try the following JQL

issuetype = Story and status was in (Resolved,Closed) by "USERNAME_OF_SPECIFIC_USER"

Resolved and Closed values could be different based on your workflow.

Hope this helps,

Fabio

Prateek Grover
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 28, 2022

Hi @Fabio Racobaldo _Herzum_ 

Thanks for your prompt response!

To be more precise ( issuetype = Story and status was in (Done) by "Prateek_Grover")

Is the above syntax correct?

Regards,
Prateek Grover

Suggest an answer

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

Atlassian Community Events