HI
I am trying to migrate from JIRA ON-PREM to JIRA CLoud, but running into issues with a custom ‘locked’ field migrating over.
is the error due to the fact that the custom field is locked? i cant even unlock it.
what is the work around?
here is the error i get:
2023-09-29 23:54:59.936358 ERROR LOOP project-export The workflow: [PTS Customer Issue Workflow] transition: [In Progress] has unsupported custom field reference in config fieldKey for workflow rule validator [FieldRequiredValidator]. [JCMA 134] Double-check the workflow rule for missing config values or references.
Hello @mike shoukry
You need to look at the "In Progress" transition in the workflow named "PTS Customer Issue Workflow". The message is indicating that the is a Field Required Validator that is having a problem.
What is the configuration of that Validator?
validator is:
If a value is not provided during the transition for field(s) Account, show the following error:An account is required to update this issue..
Account is a Locked field. custom field.
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.
Are you migrated from Server or DC, and what version?
Are you using JCMA? If so, what version?
What is the field type for the Account field? It may be a type of field that is not supported by JCMA.
I don't have an Account field as either a custom or system field in my Jira Software/Service Desk, so it would seem that it is not a built-in field for the product. If you look at the field information does it give you any clue in the field description where that field may have come from?
If it is an unsupported field type, I would recommend removing the validator from the workflow and then trying to add it back in on Cloud after the migration.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Types of custom fields that are supported by JCMA are detailed in this page:
If the field type is one that is supported, there may be another reason it is not getting migrated. Check this article:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
i think i found the ‘account custom field.
check this out:
you think this wont ‘transfer/migrate’ over? @Trudy Claspill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What is the field type for Account? Not all field types are supported.
You should also check the Migration documentation from Tempo. The Marketplace listing should have a link under the heading Cloud Migration Support, if they offer some sort of cloud migration support.
Types of custom fields that are supported by JCMA are detailed in this page:
If the field type is one that is supported, there may be another reason it is not getting migrated. Check this article:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The "FieldRequiredValidator" is a Workflow "Validator" that was part of some custom apps in Jira Server and Jira Data Center (Jira Misc Workflow Extensions and JSU Automation Suite are two of them I know of for example). The "Field Validator" Validator comes with Jira Cloud automatically, so for the "Cloud" versions of these Apps, they removed that Validator.
Solution:
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.