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
@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!
project = "P1" and status IN ("In Progress") and assignee CHANGED
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.