You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.