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
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.