I already set the if conditional but I dont know how to set the edit action.
I try the additional fields.
{
"fields": {
"parent": {
"fields": {
"labels": []
}
}
}
}
But it wont work.
Thanks
Hi @Neville
Can you clarify how the rule is meant to work?
Ste
Sorry for not provide sufficient information initially.
Scenario is
When task is change the status to done, it will remove the parent(epic) 's specific label (Pending_PRD_Development) and add a label (PRD_Done)
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Neville
You need to refer to the Epic via a Branch - so the rule is trigger from the child issue level, and actioned on the parent.
The rule might look something like this:
Let us know if this helps resolve your wider need - or if you need any additional instructions, let us know too!
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.