I have a project with issue types A and B. There are hundreds of issues created with these two types. I want to change the existing template (fields) and workflow of these issues:
How do I do this? Is it wise to tweak on the existing project or should I create a new project and migrate the data? If I am migrating the data, how do I ensure that I don't lose important information?
You will have to migrate the data, there is not out of the box solution for this, especially when fields are of different types. I suggest you take a look at ScriptRunner for Jira, you can use one of its built in script to bulk copy data or write a script yourself to handle a bit more complex cases.
Take a look at this page: https://docs.adaptavist.com/sr4jc/latest/features/built-in-scripts/copy-custom-field-values-to-another-field
I hope it helps.
Ravi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.