We use the JIRA "FIX Version" representing the actual Release in production. How can we store critical information regarding the change in production on a "FIX Version"? For example:
- Change number (text field)
- Runbook (attachment)
- Impact (=list drop down field)
- Support checklist (checklist field)
- Etc.
If indeed no data can be stored on the Version, what can be seen as alternative solution or best practice?
At our company, we like to store the dates a release went to our first group of customers, our second group of customers and then we have a public release (we stagger the release).
To do this we created a new issue type ("Release") and we have three per fix version, one for each group of customers. It's the responsibility of the system admin deploying the release to update and close the issue once the deployment is done.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
JIRA doesn't support adding metadata on a release without coding. You will have to customize the code. Or may be create a new custom field type that can be used instead of fix version!
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.