We are tryign to track issues that were created yet only have a due date that is 2 days or less out. Anyone have any suggestions?
Date compare isn't supported yet by JIRA . Open issue here -
https://jira.atlassian.com/browse/JRASERVER-20727
But there are plugins available which provide additional JQL function. Like "Script Runner" plugin has plenty of JQL of functions and your requirements can easily be implemented by using the query
issueFunction in dateCompare("", "created +2d > dueDate")
Thanks for the quick reply.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If it works for you, then please accept/upvote the answer. Thanks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
does not work for me
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This works. Filters: Shows me issues that do not have a 7day lead time or the due date is blank
created >= -1d AND due <= 6d or duedate is EMPTY
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.
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.