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
Recommended Learning For You
Level up your skills with Atlassian learning
Learning Path
Get started with Jira Service Management
These short, self-paced courses will help you get up and running in Jira Service Management in just 90 minutes.
Learning Path
Adopt ITSM practices with Jira Service Management
Use this path to build your IT Service Management knowledge and earn an Atlassian certification.
Setting Up ITSM Projects in Jira Service Management
This training series helps you get started in Jira Service Management quickly with the new ITSM project template.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.