Forums

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

jql finding who worked a ticket

James Doggett
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!
May 21, 2018

I am trying to write a jql to identify who moved a ticket into a specific field. such as there is column A and column B. I want to see all the bugs that Person p moved from column A to column B. Is that possible?

2 answers

0 votes
Tarun Sapra
Community Champion
May 21, 2018

Hello @James Doggett

This is something which is not supported out of box, because you can use a query like 

status change from A to B by <userX>

But in this case you have to mention the user in the JQL itself. So this information is not populated in the issue field and thus not available in the issue navigator. What you can do is to have a custom field of type "user picker" and populate this field as part of the post-function of the transition to "Done"

0 votes
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.
May 21, 2018

What do you mean that somebody moved a ticket into a specific field? Do you mean who updated a custom field? What are columns A and B?

James Doggett
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!
May 21, 2018

To give a better description, we have a column on our board for "ready for qa" and then "Done". I want to find out who moved a bug from "ready to qa" to "done".

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.
May 21, 2018

Ah,ok. Columns are mapped to statuses. You should look statuses from each column and write a query like this

status changed from Column1status to Column2status by userlogin

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events