Looking for any guidance or examples on how to achieve the following via a custom field:
- ticket (new or existing) is added to a sprint AND the sprint start date is BEFORE the timestamp when the ticket is added to the sprint
- additively include the Sprint Name to an array of Sprints
This will help our eng leadership know how many tickets have "broken" our sprint vs the original planned number. Thank you!
Hi @stroupaloop ,
Welcome to the Community! This other post may be helpful: https://community.atlassian.com/t5/Jira-questions/JQL-to-determine-what-issues-have-been-added-after-sprint-start/qaq-p/778281
Yep, this seems to work, following something like the below
issue in addedToSprintAfterStart(project_id, sprint_id) AND assignee in (user_id_1, user_id_2)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.