JIRA Query to find issues where custom field not updated in last 7 days

Leila Nightingale May 30, 2022

Trying to find a query to help me search for any issues where a specific field has not been updated in last 7 days. I've been trying to use the below with little success

issueFunction in issueFieldMatch("Project = JIRA","Custom Field","updated > -7d")

 

Anyone have any ideas? Thanks

1 answer

0 votes
Mohamed Benziane
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 30, 2022

Hi,

There is two JQL operator (Changed and WAS) that you can use but only with limited field

https://support.atlassian.com/jira-software-cloud/docs/advanced-search-reference-jql-operators/#Advancedsearchingoperatorsreference-WASWAS

Leila Nightingale June 1, 2022

Changed is exactly what I am after, but unfortunately it is not supported for the field I want to search.

Suggest an answer

Log in or Sign up to answer