The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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")
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.
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.
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.