example
sprint= activesprint()
Hi @Juana Torres ,
I think searching by sprint id is the easiest way.
An active sprint may exist at the same time, so it is impossible to query the correct result through this condition.
Why don't you want to query through the sprint id?
Hi Ollie, thank you for getting back to me. I am creating filters that I use in dashboards and I don't want to have to change the filters every time there is a new sprint, it will be very useful if you guys create a activesprint() function. So that I can use it on my JSQL as sprint= activesprint ().
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Juana Torres ,
Whether the following query match your needs?
JQL:Sprint in openSprints() and project = xxx
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.
It works but I want to display the count of story in each sprint. How I do that?
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.