Hi,
I have a project with multiple sprints with start and end date of sprints aligned to a specified releases. I want to extract sprint start and sprint end dates of the sprints which are mapped to a release which may be closed/to be closed in future.
I have noticed there are functions like closedSprint(), openSprint (), futureSprint() functions.
Is there anyway I can extract sprint start and sprint end dates by a JQL query or formula?
Appreciate any help or suggestions.
Thanks,
Sarat
Hi @sarathgd ,
JQL are used to retrieve tickets and not for other items so there is no way to have those information through a JQL.
You can extract tickets that are associated to future sprints through issue in futureSprints() JQL
Hope this helps,
Fabio
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.