Hi,
Can anyone help me to create a trigger for incompleted ussues in Sprint? So, if I close him with button "Complete sprint" and some tasks incompleted, Jira offers me move them in next Sprint. I need a trigger to raise their priority. Here is my draft:
It works, but now priority changes always. Trigger shouldn't works with issues when I choose sprint for the first time, when I moderate them. I need automatically changes in priority only in sprint closing.
Meanwhile, can you tell about your own ways to control outstanding tasks? Are there any ways to mark incompleted tasks in Details or another fields?
You are missing branch component to your rule (without it Jira Automation does not know to which issues change priority):
So:
Trigger: Sprint Completed with selected Board
Branch rule / related issues: Issues in the sprint
Inside that branch:
Best regards,
Piotr
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Welcome to the Atlassian Community.
I think something like this could work for your situation.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Josh, I did it, but there is an error in first step (I translated the field name manually).
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.