Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Add Component name in Create SubTask Jira Workflow Toolbox

Salcher Marco
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 7, 2020

Hello,

im trying to create subTask within an Transition with Jira Workflow Toolbox.

I would like to create a new SubTask for each Component wich is in the "Created Issue".

These one are getting Created by Create Issues based on stringList.

This is already working, but what i can't get running:

I want to Set the Title of the SubTasks to "Parent Title - COMPONENT NAME".

Bildschirmfoto 2020-05-07 um 10.02.40.png

has anyone an idea ?

 

thx in advance

1 answer

1 accepted

0 votes
Answer accepted
Thorsten Letschert _Decadis AG_
Atlassian Partner
May 7, 2020

Hi @Salcher Marco ,

please try

%{00000} + " - " + ^%

00000 being the field code for the current issue's summary (the new parent) and ^% the dynamic reference for each component selected.

Given an issue with the summary MySummary and the components CompA and CompB selected, the result sub-tasks would be named as follows:

  • MySummary - CompA
  • MySummary - CompB

Cheers
Thorsten

Salcher Marco
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 7, 2020

Thx sometimes the Resolution is so easy

Thorsten Letschert _Decadis AG_
Atlassian Partner
May 7, 2020

You're very welcome - glad that I could help!

Suggest an answer

Log in or Sign up to answer