Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Applying same action to all jira issues selected in a Jira Issues (multi-select) field

Miriam Cohen
Contributor
September 2, 2025

I want to make the same updates to several jira issues at the same time.

I have these fields

  • StoryJiras of type Jira Issues (multi-select)
  • LabelOptions of type Checkbox Group


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.

1 answer

0 votes
Alex Medved _ConfiForms_
Community Champion
September 2, 2025

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

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events