Unfortunately, I'm stuck with an automation for Jira Work Management.
The automation is supposed to be manually triggered and should clone the issue with all its children and sub-tasks.
So far, this works, and everything is cloned correctly. However, the description is not transferred, and I receive the following error:
Unknown fields set during clone, they may be unavailable for the project/type. Check your custom field configuration. Fields ignored - Description (description)
Here is the automation I have implemented:
The funny thing is that it works in Jira Software and the description is also cloned. When the same automation is used in Jira Work Management, the description is not transferred.
I am grateful for any help and am also open to other automation methods.
In the end, a ticket should be cloned along with its tasks and the sub-tasks contained within.
For a question like this, please post images of:
That solution approach requires multiple rules, so ensure you post all the rules and logs, identifying them accurately. Those will provide context for the community to offer ideas. Thanks!
Until we see those...
That solution approach (with multiple rules adding / removing text from the summary) could have execution timing problems. Your rules could also be incorrectly accessing the Description field, as that error message seems to indicate multiple fields named Description. Please also check if that is the case.
Kind regards,
Bill
Hi @Bill Sheboy and thanks for the quick reply.
As asked you will find the automation rules here.
To reduce the complexity of the Automation, i created a new one that should just clone an Epic with all prefilled Fields like Description, Assignee, Reporter from the Template KCC-145.
In Jira Software the Automation works perfectly, in Jira Work Management i get the issues with the Description.
Exptected Result:
- clone the Issue KCC-145 with all prefilled Fields.
Bug:
- The Descirption is Empty
Also checked if it could access the Description field incorrectly. There is only one Field Called Description and its the default Field from Jira.
I can't find a difference between Jira Software Description and Jira Work Management Description.
----
The whole Automation with Childern & Sub Tasks just FYI.
Exptected Result:
- clone the Issue KCC-145 with all prefilled Fields.
- clone the Children with all prefilled Fields
Bug:
- The Descirption is Empty
The Rule to Clone the Epic and Tasks:
Exptected Result:
- clone the Issue KCC-145 with all prefilled Fields.
- clone the Childern with all prefilled Fields
Bug:
- The Descirption is Empty
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I really want to thank you.
After i searched for every field Configuration, i found out that the description was removed from the create Issue Screen.
That was the mistake.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Awesome; I am glad you got it working!
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.