Hi everyone,
I am trying to create a filer to list all the issues which were updated with "abc" text on Label field in last 7 days.
project = AR AND labels = abc AND updated >= -7d ORDER BY created DESC
But the problem with this is, it list the issues even if it gets updated with any other fields.
Please suggest.
JQL has limited ability to search past changes.
If you are open to using add-ons, you can check some workarounds, such as Issue History for Jira from my team. It allows the search of any phrase/words within all issues past changes.
Additionally, you have filters for dates, projects, assignees, etc.
Just enter the text you need to search for and filter by the specific field, like "label", to narrow your search for the required field.
You can try this app for free for 30 days or book a demo to see how this option works.
History searches are not allowed on label field. Therefore, as far as I know this can't be achieved using JQL
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.