Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Simple Automation Question

Christian Delgado August 29, 2022

Hi Everyone,

 

I'm having difficulties starting this automation, looks like I was only able to create sub-tasks with a defined number but I need the following:

 

In Project 1:

  • When a user creates an Epic and custom field has at least 1 value selected
  • A task must be created within that epic.

 

For example:

Multiple Selection 

* Iaas

* Saas 

* Paas

 

- User selects Iaas and Saas,  2 tasks will be created under the parent Epic with Title "Iaas' for example according to the selection.

 

 

 

Thank you,

1 answer

1 accepted

2 votes
Answer accepted
Mark Segall
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
August 29, 2022

Hi @Christian Delgado 

You can do it with something like this:

  • TRIGGER: Issue Created
  • CONDITION: Issue Type = Epic
  • BRANCH (Advanced): {{issue.YOURCUSTOMFIELD}}
    • ACTION: Create Issue
      (Make sure to set the Epic Link to {{triggerIssue}})
Christian Delgado August 29, 2022

AnyDesk_A06lqajlB7.png

 

This is what I have so far, this creates a task(s) within the Epic successfully, but it doesn't pull the name of the selection. 

 

EXAMPLE:

TASK - Instead of TASK I want it the name to be Iaas

TASK - Instead of TASK I want it the name to be Paas

Mark Segall
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
August 29, 2022

You should be able to apply {{test}} to the summary of the created task to get the current custom field value it is iterating against.

Christian Delgado August 29, 2022

This worked perfectly, thank you so much!

Like Mark Segall likes this

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
FREE
PERMISSIONS LEVEL
Site Admin
TAGS
AUG Leaders

Atlassian Community Events