I'm trying to make a search which does the following:
Shows me issues of:
1. A specfic issue type.
2. A specific priority.
3. Who's creation date is equal or bigger then it's creation date + 10 days.
issuetype = //TYPEHERE AND priority = //PRIORITYHERE AND createdDate >= createdDate (+10)
As you have figured out by now the last part breaks "createdDate (+10)".
Can anyone help me in the rigth direction on this?
issuetype = //TYPEHERE AND priority = //PRIORITYHERE AND createdDate<= -240h
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
My expectation:
Issue is created on the 10th making createdDate 10, now it should show in this filter if the current date is 20 because that would be createdDate +10.
Hope that made sense for you.
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.