I'm trying to merge projects from source instance to target instance using configuration manager for Jira.
I'm facing issues while deploying it because of the difference in jira key pattern.
Source instance - ([A-Z][A-Z_0-9]+)
Target instance - ([A-Z_][A-Z_]+)
Need to merge this and have it as a single regex for smooth transition.
The target should be adjusted to allow numbers, so add the 0-9 from the source system.
I'd think about removing the underscores after import though, as non-alphanumerics can break some things in "interesting" ways.
Thanks @Nic Brough -Adaptavist-
We tried the same and it led us to another error "existing project does not fall under this key pattern". So we did a manual test to check which project was deviating from the source key pattern. Luckily we were able to figure it and now replaced the source key pattern with target instance.
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.