Hi! I need a little help here. I have set up an automation that it can auto-clone an issue from Jira service to a dedicated board that I have created at work management.
All description, reporter, attachment were able to clone over except my custom fields.
These are my custom fields:
Product type <single dropdown selection>
{{issue.fields.customfield_10143}}
Short text field <single line text field>
{{issue.fields.customfield_10141}}
Artwork Type <single dropdown selection>
{{issue.fields.customfield_10144}}
I'm not so sure where it went wrong but I got message stated:
"Unknown fields set during clone, they may be unavailable for the project/type. Check your custom field configuration."
I'm not a developer so I am not familiar with JSON but will appreciate if anyonw can assist me in any possible method.
Thank you!!
Hello @Lynda Kho ,
Could you confirm that your custom field exists in the project where you are copying it? You might need to create fields of the same type in the Work Management project.
Hi @Patrik Korovsky I already have these fields in the work management projects. Are these sufficient? The fields are there, however, it just wouldn't clone from the jira service projects.
I also checked the custom fields, it's currently under 2 of my projects.
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Lynda Kho
Here is what I recommend:
If the custom fields are already present in both the projects, then the next step would be to adjust the cloning automation.
Here's a step-by-step approach:
I hope this helps. If you still encounter issues, please share the audit log so we can dive deeper into the problem.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Patrik Korovsky , thanks for the guidance. I have tried your suggested method and many other possible ways that I found from the community, however, it didn't work still.
Method 1:
Copy from the triggering issue.
Method 2:
Use different smart values for possible outcomes
Method 3:
I tried to type these into JSON (a suggestion I found from other users)
{
"fields":
{
"customfield_10143": "{{issue.customfield_10143}}",
"customfield_10141": "{{issue.customfield_10141}}",
"customfield_10144”: "{{issue.customfield_10144}}"
}
}
I have also counter-checked with the configuration to make sure that the customs fields are enabled in the destination projects.
None of the methods work for now.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Lynda Kho
If you are willing to try a third-party tool, our app Deep Clone for Jira can help you in cloning issues with their custom fields.
You can also trigger a Deep Clone in a Jira automation with a looping transition.
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.