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

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 Leaders.
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.

Suggest an answer

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

Atlassian Community Events