You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Is it possible to build a jira query to find issues in a sprint that are added after start. The sprint report shows them prefixed by *.
Thanks and Regards
Raju
issueFunction in addedAfterSprintStart("Board1", "Sprint1")
works, although original author was having problems with it in this article:
In order to use 'issueFunction' in, you'll need to purchase/install Adaptavist ScriptRunner.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This also only allows you to do this by named sprint (or all open sprints) for the board
I need a similar function and for the related 'completeinsprint()' which allows the sprint 'name' to be the previousSprint() function.....aaargh!
All I want is a list of issues which were COMPLETED in the previous sprint without having to change the filter query every sprint!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Paula, I think the closest thing you'll find is the closedSprints() function. With this, you can do something like 'sprint in closedSprints()' and further refine with the Sprint ID, if necessary. There is some good conversation about this in topic in this community discussion:Show a list of issues from the previous sprint. One gotcha to be aware of is this is still bound to the sprint field value, which can be changed on issues even after a sprint has closed. We know this isn't the exact answer you were hoping for, but we do hope it helps you to move forward a bit.
- Jennifer
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Recommended Learning For You
Level up your skills with Atlassian learning
Jira Align Program Essentials
Learn how to use Jira Align at the program level and how to plan for and manage your Program Increment (PI).
Managing Agile Boards and Reports
Learn how to pick the right board type for your team and customize it to fit your specific requirements.
Atlassian Certified Associate
Jira Software Board Configuration
Earn an associate-level credential from Atlassian that shows you can effectively configure Jira Software boards.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.