Update a version in Jira.
Unless otherwise indicated, field types are text.
Input
- Version
- ID: ID of the version to update
- Name: unique name of the version
- Release Date: release date of the version, expressed in ISO 8601 format (yyyy-mm-dd)
- Start Date: start date of the version, expressed in ISO 8601 format (yyyy-mm-dd)
- Description: description of the version
- Archived (true/false): indicator if the version is archived
- Released (true/false): indicator if the version is released
- Move Unfixed Issues To: URL of the self link where unfixed issues are moved when a version is released
Output
- Response (object): values returned from the Jira API
- Status Code: status of the response from Jira API
- Self: link to the version
- ID (number): ID of the version
- Description: description of the version
- Name: unique name of the version
- Archived (true/false): indicator if the version is archived
- Released (true/false): indicator if the version is released
- Project ID: ID of the project to which this version is attached