I hava a Issue Type calles "Raum"- In the workflow I added the transition from the Status "Bestandesaufnahme" to the same Status "Bestandesaufnahme" with a Screen. I want to create a Subtask based on the information from the transition screen. How do I do that?
I have created the following Automation:
And I get the following Error:
What is wrong with the automation?
Hi Tiziana,
Please go to "Then" tab and check if Summary is copied from trigger issue:
Hope this helps.
@Tiziana Pisenti - Follow the below steps in order to create the automation rule as per your requirement
Configure the trigger:
Add a condition (optional):
Add the action:
Copy from trigger issue
. This will ensure the sub-task is created under the transitioning issue.Create sub-task based on {{issue.fields.customfield_XXXXX}}
(replace customfield_XXXXX
with the ID of the custom field from your transition screen).Publish the rule:
Let me know if this helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Bandarupalli Sai Thank you for your help. How exaclty do I use smart values to reference from the transition? I set the fields like this, but it doesn't work
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Tiziana Pisenti - You have to select the sub-task issue type from the issue type drop down or use/select the "create sub-task" option under action as shown in the below screenshots
FYI - You can copy any system or custom field values from parent to sub-task but in order to do that fields should be available on both parent and sub-task screens.
Hope this helps now!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Bandarupalli Sai Thanky you. The fields I want in the subtask are not in the parent case. They are in the transition from the parent case and with the transition i want to create the subtask.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If the fields are on the transition screen, you can copy the field values from parent to sub-task. However, the fields will be updated while transitioning the issue.
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.
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.
@Tiziana Pisenti - Can you check and ensure that the Summary
field is not hidden or restricted in the respective issue type Field Configuration?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.