Hello,
How should I create a custom-action to auto-set the PRIO of a ticket that is added to an active, already started, sprint?
Not only when it is a new created ticket, also when it is moved into the Sprint.
Also not altering the PRIO of a ticket when being moved in the started Sprint.
Regards,
Stijn.
Hi Stijn,
You would want to use an automation Rule
If you haven't played with automation before I would recommend tryingin Atlassian's playground
It would look something like the screenshot though I made that in under a minute so I didn't test it or anything.
@Clark Everson I already tried with
but not covering the problem. I'll give it a try with the "when value changes for".
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The details of your use case are a bit unclear to me. It seems you want to set the issue's Priority field based upon some criteria when the issue is created, or added to a sprint which is not in progress. Is that correct?
If so, you could do this with a couple of different automation rules. For example the one for issue created could be:
You do not describe how you decide the priority value, and so the rule may need additional conditional logic.
To learn more about automation rules, please take a look at these references:
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The condition I indicated is: Ticket is added to already 'started' sprint.
The action should be: Set ticket PRIO to 'blocker'.
Because only blockers are/should be added to an 'active' sprint.
So this doesn't apply on 'issue created'.
I think I'll first try the solution of @Clark Everson
Thanks for the fast response.
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.