Adding a ticket to the current (Open) Sprint does not trigger a transition.
How can I fire validation when this happens? I want to prevent an issue with more than 10 Story Points from being added to an open Sprint.
Hi @SimonH ,
AFAIK there is not jira-native way to implement it, but you could use one of the available add-ons (or implement your own) that extends Jira-Events and define Listeners to catch changes on issues/projects/sprints. Scriptrunner could be an option, like others.
Hope it helps,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.