Forums

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

TIckets where I reassigned to someone else

Yatish Madhav
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.
January 15, 2023

Hi all

For triaging, I reassign many tickets to another user or other users. Is there a way / JQL, for me to filter these out and as bonus to filter these between a speific date?

Ie. i would like to find all tickets I (or potentially user X), reassigned tickets to user Y, and potentialy only reassigned them between dates A and B?

This would be helpful to see esp in case of service agents reassigning 'too much' or for analyzing our capacity management.

Thank you

Yatish

1 answer

1 accepted

3 votes
Answer accepted
Alex Koxaras -Relational-
Community Champion
January 15, 2023

Hi @Yatish Madhav 

You can use:

assignee was ASSIGNEE_ID DURING ("2023/01/01","2023/01/16")

Of course change the due dates to these that suit you. 

Alex Koxaras -Relational-
Community Champion
January 15, 2023

But of course the above JWL will yield issues that had assignee user X at some point in time.

Yatish Madhav
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.
January 16, 2023

Thanks @Alex Koxaras -Relational-  - that does not seem to work for me. I applied that JQL and got 1000+ tickets for a user I assigned a few tickets to and I see many tickets that were last updated last year even though I put in 

assignee was xxx DURING ("2023/01/13","2023/01/16")

Alex Koxaras -Relational-
Community Champion
January 16, 2023

That would happen because "was" will return issues that still have or had assignee X. From a search I've made I think that you can't search for issues that changed assignee to another user

https://community.atlassian.com/t5/Jira-questions/How-do-I-Ask-if-the-assignee-changed-to-unassigned-during/qaq-p/930108

You can perform however the following:

assignee CHANGED during ("2023/01/13","2023/01/16")

Which will yield all issue that changed assignee during that period.

Yatish Madhav
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.
January 16, 2023

That is interesting ... Thanks for that.

I got this to work

assignee was 5ea71314ddd45f0b94ec371f DURING ("2023/01/13","2023/01/16") and assignee CHANGED during ("2023/01/13","2023/01/16") and assignee = 5ea71314ddd45f0b94ec371f

Now I just want to know something like 'assignee CHANGED by userYYY' ... any idea, please?

Alex Koxaras -Relational-
Community Champion
January 16, 2023

Try "changed BY" followed by the user id and not the username e.g.:

assignee changed by 5ea71314ddd45f0b94ec371f
Yatish Madhav
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.
January 16, 2023

Brilliant! Thanks @Alex Koxaras -Relational-  - each of your answers proved to help me! Kudos to you! Appreciate the help.

Alex Koxaras -Relational-
Community Champion
January 16, 2023

@Yatish Madhav kindly mark my answer as accepted, in order to help others find proper answers to similar questions. Thank you!

Like Yatish Madhav likes this

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events