Forums

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

How to get the Jira tickets that have been worked on by several assignees

janakiraman P January 31, 2024

Hi all,

Using JIRA Query Language (JQL), Is there any possibility to fetch the JIRA tickets which have been assigned and worked by more than one assignee? 

Please Note: I'm expecting the JQL query like as follows.
`project = "P1" and status IN ("In Progress") and assignee count(changed) > 1`

Thanks,
JP

1 answer

0 votes
Automation Agent
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!
February 1, 2024

@janakiraman P  Hi!

Where the  assignee indicates the changed . If this solves your question, than accept this answer, if not, then let me know and we'll keep looking!

 

 

Automation Agent
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!
February 1, 2024

project = "P1" and status IN ("In Progress") and assignee CHANGED

Like Viktoryia K_ likes this
janakiraman P February 8, 2024

Hi @Automation Agent ,

Thanks for your response. The below mentioned query is not working in my case.
project = "P1" and status IN ("In Progress") and assignee CHANGED


But I'm looking for a query where assignee changed more than one time for a particular JIRA issue (meaning a single ticket was handled/handling by more than one assignee).
Can you help me to get a query for this case?

Thanks in advance.

Suggest an answer

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

Atlassian Community Events