We work with subtasks and our manualy rule is, that when the first person is assigned to a subtask then this person has to set the issue status to "In Progress".
How can I do that automaticly?
There is no "Subtask assigned" trigger and as i tried "Issue assigned" is not triggered ba a subtask.
So how do I set this up?
Thanks for any hint!
Welcome to the Atlassian community ...
I think something like this should be fine ... see below:
I hope this helps.
Thanks,
Tim C
I tried something similar and now this one.
This rule sets the status of the subtask to "In Progress". But I would like to have the story to have this status.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Updated ...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
THANKS A LOT!
So fare I didn't know the branch "Parent". This was the missing part in the rule!
GREAT!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Great - glad that you're now sorted.
Please accept above answer so that the question shows as "solved".
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This should work:
---
This would execute each time a user is assigned though - is that the right behaviour? Or is it only when the first user is assigned?
If the latter, is it possible to move to other statuses and back to In Progress within your workflow?
Let us know if this works for you!
Ste
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
See my answer below. This rule does not set the status of the story like I want to be set automaticly. It sets the status of the subtask.
Wheen the first subtask is assigned then the status of the story should be set to "In Progress".
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Apologies, I wasn't sure which option was required above.
Rule would look something like this:
---
Again, this would execute for every Sub-task not just the first one.
If you need the rule to only execute once, you could add an issue property in the first execution, which will stop the rule activating again the second time around.
Rule will look something like this:
---
The Condition/Action with *** next to them are the differences here - these two items...
This will mean the rule runs only once - the first time it is executed.
---
Let us know if this works for you!
Ste
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.