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".
has anyone an idea ?
thx in advance
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:
Cheers
Thorsten
Thx sometimes the Resolution is so easy
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You're very welcome - glad that I could help!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.