I want to make the same updates to several jira issues at the same time.
I have these fields
I understand how to use the IFTTT to update a jira issue using the code below if the StoryJiras were a field of type Jira Issue (singular)
{ "update":
{ "labels": [[entry.LabelOptions.asArrayOfKVPairs(add)]] } }
Is there a way to perform the same action in the several StoryJiras within the same IFTTT?
Effectively I want to be able to loop through them to apply the same labels to all Stories.
Hi
I would do it with an extra (temporary) form (to do the update)
Basiclaly copying the issues into that form (https://wiki.vertuna.com/spaces/CONFIFORMS/pages/9864128/Configuring+ConfiForms+IFTTT+actions+and+rules#ConfiguringConfiFormsIFTTTactionsandrules-CopyConfiFormsData with flattened flag enabled) and in the temporary form have an IFTTT that reacts on record creation and does the necessary update
Alex
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.