In order to see that issues that were created and added to sprint after is was started, I tried to create a JQL that looks something like that:
project = XYZ AND sprint in openSprints() AND createdDate > 2018-11-25 AND issuetype not in (Bug)
Is there a way to have a "start of sprint" to automatically replace the date I manually added? Something like this drop down option:
Hello Itay,
This is how your JQL should look like
project = test and Sprint = 1 and created >= 2018-11-25 and issuetype != Bug
the part after first and write like this "Sprint = " and then it will offer you drop down with sprints so you choose one you desire.
BR, Olga
Using StartOfDay(8) you can filter everything that was for example created 8 hours after the day started, this only apply's to the current day.
The part Is there a way to have a "start of the sprint" to automatically replace the date I manually added? Something like this drop down option:
Maybe with some custom script, but not true JQL
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.