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.

Hemant Daga Official
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!
October 13, 2024

Hi @Leila Nightingale 
The above operator is applicable for only limited defined Fields, but not for Custom Fields
 >> This operator can be used with the Assignee, Fix Version, Priority, Reporter, Resolution, and Status fields only.

Suggest an answer

Log in or Sign up to answer