Forums

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

How to check for a ticket in a specific status which was worked on by a specific person?

Vighnesh V Pai April 7, 2021

I've a situation where I need to extract data which was owned by a scrum master who is no longer working in the scrum team.

  • I need to get data for individual team members as who worked on which tickets.
    • The problem is, Lead creates the tickets thus all the tickets will be in the Lead's name initially. then it gets assigned to the individual team members.
    • The only status for any developer to evaluate that they have actually worked on it is, "In Progress". But I cannot use 'assignee was in'. Since lead will be assigned in the beginning and it will be reviewed by others.
  • So, my question is like this: Is there anyway that I can filter out result like assignee was in "Certain person" and that same person moved the ticket to "In Progress"?

1 answer

1 accepted

2 votes
Answer accepted
Alexis Robert
Community Champion
April 7, 2021

Hi @Vighnesh V Pai , 

 

you can use some JQL to retrieve all tickets where a specific transition was made by someone : 

 

status changed TO "In Progress" BY alexis

 

Let me know if this helps, 

 

--Alexis

Vighnesh V Pai April 7, 2021

@Alexis Robertthis was super useful. I was able to get what I wanted. Thanks!

Suggest an answer

Log in or Sign up to answer