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
We need to use JQL to find issues added to a Sprint after the start of that sprint.
The following posts are all requests for the same function. Surely Atlassian can see there is a want/need for a pretty basic feature and users feel that we shouldn't have to pay for an additional add on to get it.
Does anyone at Atlassian have a comment on this?
https://community.atlassian.com/t5/Questions/Scope-Change/qaq-p/40228
https://community.atlassian.com/t5/Jira-questions/Changes-to-Sprint-after-Sprint-start/qaq-p/856446
Atlassian, what is the number of votes and time passed that you need to make a decision about approving or rejecting a request?
Try this JQL:
issueFunction in addedAfterSprintStart("<SCRUM-BoardName>","<SprintName>")
This is not out-of-the-box JQL. It is only available if you have the paid ScriptRunner installed.