You'll need to restore a full backup on to a development instance. On the Development instance:
- Create a filter query that contains all issues with that field populated (ie: <custom_field> IS NOT EMPTY
- Click the "Export" dropdown and select "CSV All fields."
- Save the CSV to your workstation.
On the Production instance, as a jira Admin:
- Make a backup so you can roll back if something blows up.
- Click the gear icon to enter the admin interface and select "Issues."
- Click "Custom Fields" and create a new custom field like the one that was deleted.
- Click the gear icon to enter the admin interface and select "System."
- Create a new custom field like the one that was deleted.
- Click "External System Import," then "CSV."
- Click Choose file" and point to your CSV file.
- Follow the wizard and map the (only) following:
- Jira Key -> Jira Key
- Summary -> Summary
- Custom field from CSV -> Newly created custom field
- Click "Import"
This will update the existing issues. Good luck!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.