Is there a way to filter the issues whose Due Date field was not changed for 2 weeks or any specific time frame.
Please provide the jql query for any suggestions.
Hey @Revathi R K ,
Welcome to the community!
Sadly, history searches are only available for a few native jira fields, and duedate is not one of them.
A more detailed explanation and a possible solution from an app vendor can be found here.
You could create a workaround by using automation to set a date custom field (when duedate changes -> set custom date field x to now() ), then you can use JQL for that specific field.
Hope this helps,
Tessa
<p>Thank you Tessa.</p>
<p>I have created the automation and trying to run the below query, but getting error.</p>
<p>project = "Revathi Test Project" AND "Refinement Date[Date]" Changed before "2w"</p>
<p></p>
<p></p>
<p>Error: History searches does not support Refinement Date.</p>
<p>Getting same error for other text field.</p>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey @Revathi R K
History searches are indeed not supported.
However, since your refinement date is a date field, you don't need the history.
If you set the refinement date to now() when editing the duedate field, you can work with that date directly.
If you want to check if the duedate field was edited 2 days ago, you can query "Refinement date" = - 2d (because you would have set it to the current date 2 days ago)
Hope this clears it up!
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.
Hi @Revathi R K ,
Great to hear you got it working!
Please remember to accept helpfull answers. This way, users with the same problem searching for a solution can find it faster. :)
Have a great day!
- Tessa
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Did you catch the news at Team ‘25? With Loom, Confluence, Atlassian Intelligence, & even Jira 👀, you won’t have to worry about taking meeting notes again… unless you want to. Join us to explore the beta & discover a new way to boost meeting productivity.
Register today!Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.