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

i want to create the subtasks based on the field values in the subtask ..

kiranmai genkolla December 18, 2020

i want to create the automate subtask in the parent transition  based on the field  values in the subtask ..

and need to display the same in teh summary .

 

eg: the fields values are option 1, option2, and Option 3 .

So i what the 3 subtasks creates automatically .. having the summaries as :

subtask1 : summary -- Option 1

Subtask2 : SUmmary -- Option 2

Subatsk3 : Summary -- option 3

can any one help me in this . in writing the code 

1 answer

Suggest an answer

Log in or Sign up to answer
0 votes
Thorsten Letschert _Decadis AG_
Marketplace Partner
Marketplace Partners provide apps and integrations available on the Atlassian Marketplace that extend the power of Atlassian products.
December 18, 2020

Hi @kiranmai genkolla ,

In order to do so, you'll need a 3rd party app extending your list of available post functions. The workflow category on the Atlassian Marketplace is the right place to head to: https://marketplace.atlassian.com/search?category=Workflow

In Jira Workflow Toolbox (JWT) being one among those, your use case is quite similar to this example: https://apps.decadis.net/display/JWTSDC/Create+a+sub-task+for+each+component

You'd just have to change 

toStringList(%{issue.component})

to

toStringList(%{issue.cf01234}) 

replacing 01234 with the custom field ID of your options field.

Disclaimer: I'm part of the team behind the aforementioned app.

Cheers
Thorsten

TAGS
AUG Leaders

Atlassian Community Events