I want to keep few sub-tasks names same under a parent-task. Not same as parent task, but different title than parent task. Also, not all sub-tasks should have same exact title.
I have ScriptRunner Server version. I am using JIRA 8.5.1 Server version.
I am a newbie in coding. Hence, I would need query which I can run using ScriptRunner console or wherever in JIRA.
Example: A parent task has 50 sub-tasks. Out of these 50 sub-tasks, the query should allow me to mention comma separated IDs of sub-tasks for which I want to keep title as "Test-123".
The query should only impact title of the sub-tasks mentioned in the query and rest sub-tasks titles should be intact.
How can I achieve this?
Thanks,
Kaushik.
Hi Dave,
It's hard to say that you will not face any challenges during the database migration.
But the process itself usually is pretty simple, JIRA has a XML Backup engine, which exports all your data, and also imports it, doing all the necessary adjusts to place your data in whichever database it's connected.
So basically, what you will need to do is:
1. Export your Mysql XML Backup.
2. Setup your Oracle clean database (follow this document: Connecting JIRA to Oracle.)
3. Connect JIRA to this new Database.
I hope it helps!
Best Regards.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
A bug fixed in October gives some info around some issues you may run into with a large number or projects.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
https://confluence.atlassian.com/display/JIRA/Switching+Databases#SwitchingDatabases-differenttype
Just to share as well, there is a documentation on how to switch the database which Pedro has listed the steps. :)
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.