How to migrate custom field values with groovy or not?
Hi!
Today I would like to share a possible way to migrate or merge a custom field during a periodical cleanup.
Possible ways are built-in functionality of Scriptrunner or myGroovy, own code and own yet another alternative way for the complicated situation.
Also,you can follow with next typical steps of cleanup process:
- Detect the fields
- Create a ticket about merge plan
- Detect the JQL, agile boards queries via database queries in tables searchrequest, add info into ticket
- Prepare the optimized the context in the comment of ticket
- Notify project stakeholders in the Jira ticket
- Get approvals
- Inform via slack (email) the next merge the end users affected for that changes
- Execute the action.
This is my typical process for the cleanup activity.
As an example, let’s do the next real case with screenshots.
Goal:
Migrate from the Production environment field to Products field. Both fields are pickers.
Where some of options are the same, if you see the small differences, you can change if both need to be merged.
Then under super user which has access to all related projects, create filters with related tickets.
Then I saved the filter with name test_ .
After visiting the Scriptrunner built-in scripts to copy custom fields values.
After verify via preview and run.
Hooray we merged.
After using the new feature (https://jira.atlassian.com/browse/JRASERVER-41269) from 8.11.0, we can adjust the private filters via gui, if it’s needed. And public stuff as well via gui.
This comment has been removed by a blog administrator.
ReplyDelete