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
Hi,
There is two JQL operator (Changed and WAS) that you can use but only with limited field
Changed is exactly what I am after, but unfortunately it is not supported for the field I want to search.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
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.