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
Community moderators have prevented the ability to post new answers.
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
Learning Path
Apply agile practices
Transform how you manage your work with agile practices, including kanban and scrum frameworks.
Learning Path
Configure agile boards for Jira projects
Learn how to create and configure agile Jira boards so you can plan, prioritize, and estimate upcoming work.
Jira Essentials with Agile Mindset
Suitable for beginners, this live instructor-led full-day course will set up your whole team to understand how to use Jira with an agile methodology.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.