Hi,
We have an actual JIRA production instance that carried out few project, and we want to move out a specific project to its own JIRA instance.
After restoring a database backup to the new database along with the matching archive data from he JIRA home directory source instance (data/attachments, data/avatars, caches, plugins) to the new instance, removing all non necessary projects using JIRA UI with Administration - PROJECT - delete is the best way to achieve that ?
What about the other JIRA objects such as components, versions, workflows, workflow scheme, issue type, issue type scheme, permissions, etc..., can those be remove safely as well using the JIRA UI ?
In what order the removal should be done ( project first then the object or the other way around )?
It seems to still have remaining project entries in the data/attachments for a project that has been removed, can I just delete those at OS level (rm -fr /home/jira/data/attachments/PRJ_ID) ?
Does the complete process can be done from the command-line using api calls ?
Thanks,
Chris