I have a custom field that is a drop down list, that the project lead for the project must update with a specific value within five days of the JIRA creation.
I would like to query those issues that are not getting updated within the required time period.
Dear @Barbara Johnson,
project = <your project key> AND createdDate < -5d and <your custom field name> is EMPTY
copy/paste this into your "search issues" Advanced view and adapt to your values.
So long
Thomas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.