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

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,559,241
Community Members
 
Community Events
184
Community Groups

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

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

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.
Dec 18, 2020 • edited

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

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events