Hello all,
I'm trying to return all sprints (active/future) for a given project.
For reference: The overall objective is to get the end dates of the sprints and send an email with the open issues x days before the end date of the next end date.
Hi Vivian
the openSprints() function might be worth to look at
sprint in openSprints ()
Cheers
Kurt
I don't want to return the issues opened in a sprint. I need all sprints in a project. Like the sprint name or ID.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The documentation says
Search for issues that are assigned to a Sprint that has not yet been completed.
did you try
project = XXX and sprint in openSprints()
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.