When creating a reporting dashboard, I want to see tickets that are in this current sprint, so I am using openSprints() which works.
I also want to see tickets that were also in the previous sprint, so I've used openSprints(-1) and also tried openSprint()-1. Neither of these functions work.
Any advice please?
NOTE: I am currently using dates, but that needs a manual update every 2 weeks.
Hello @Shaunie-Louise Thomas _ESO_
OOTB Jira has no syntax to get last sprint.
You can reference a sprint directly , like Sprint = SprintName , but this approach requires you to find the name every 2 weeks and execute.
If you have Addons like Scriptrunner, they have a function just for this called previousSprint().
Hope it helps. Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.