Forums

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

How can i use "change by" in JQL to include JIRA group?

Pankaj Gupta
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!
June 22, 2022

How can i use "change by" in JQL to include JIRA group?

Current query is as under: project = ITOPS and created >= '2022-06-01' and created <= '2022-06-22' and assignee was in (All assignee group) and assignee changed by (Here I would like to include members of particular asignee group) 

Please advise

2 answers

1 vote
Morgan DUBUISSON
Contributor
June 22, 2022

Hi,
Does this part of JQL meet the need?

assignee changed by membersOf("jira-administrators")

Kind regards,

Morgan


0 votes
Bill Sheboy
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.
June 22, 2022

Hi @Pankaj Gupta -- Welcome to the Atlassian Community!

I do not believe that is possible with out-of-the-box JQL features.

CHANGED BY user only accepts one value, and so your work-around would be to add a bunch of OR clauses, listing each user:

... AND ( CHANGED BY user1 OR CHANGED BY user2 OR... )

Or you could investigate marketplace apps to enhance JQL functions.

Kind regards,
Bill

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events