Forums

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

Jiral Query to display the user who changed the status

robby robby
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!
August 13, 2018

I have a JQL to find the issues that moved to Test in the last 10 days.

project=ABC and status changed TO 'In Test' during (-10d,now())

 

What I would also like is to display along with the searched rows is the user that changed the status to 'In Test'. (since this may be different  to the current assignee)

1 answer

1 vote
Alexey Matveev
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.
August 13, 2018

Hello,

JQL can only return issues. If you want to add a user, who executed a transition, then you can add a user picker custom field and fill it with the current user upon executing this transition. You can find more info here:

https://community.atlassian.com/t5/Jira-Software-questions/How-to-set-current-user-in-custom-field-in-my-WorkFlow-Post/qaq-p/389110

Then you can add this user picker field to your JQL query result.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events