Hi,
I have created automation rule when epic will be created with label change it will trigger my subtask rule . i am getting response for both label but i want response only for single label. pls check my rule . do i need some modification?
it is not working . i have created epic thn i added label abc it triggered .but again i added label xyz it has not triggered. my requirement is for all label it should trigger when i will be adding that specific label in existing epic. against label i have created task n subatsk .
You mean you want only this automation to triggered if the label have single value of just abc and xyz?
You can add If statement then check {{issue.labels.size}} = 1 before your "If Else condition" or if you have specific condition for different condition, you can add it inside the If Else condition.
{{issue.labels.size}} equals 1 - to check if the labels have only single value
Make sure that the 'All condition match' selected.
on your trigger Value change: select change type "Any changes to the field value" instead of 'Value added only', so it will be triggered also when you remove value in the labels (e.i abc, efg - then you remove efg)
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.