The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

JQL Query for Request Assignment Group field

Joldapke_ Sangmesh
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!
January 27, 2025

Hello,

I am trying to write a JQL query to fetch the report for Request Assignment Group( Single Group Picker) field value change from one group name to any other group.

I have tried, Project = "" AND "Request Assignment Group" CHANGED FROM "group name A" TO "B". It is not working, throwing an error "Changed from doesn't support this field"

I have Assignment Group Change List field created, which keeps the track of the groups changed from one to another using an automation rule.

I also tried,  "issuehistory(fieldchanged('your_select_list_field_name', 'from_value', 'to_value'))"  then I found, IssueHistroy is not supported in my current Jira.

Not sure how to achieve this, can you please help me with this.

Thanks,

Sangmesh SJ

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

2 votes
Cristian0791
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 Champions.
January 27, 2025

Hi Joldapke,

Changed operator is used for a couple of fields( eg. assignee, status).

You can find more info here: https://support.atlassian.com/jira-software-cloud/docs/jql-operators/

 

For Custom field like your example the JQL is not searchable.

You will need ScriptRunner or a plugin that allow you to search like this.

DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events