Name for the new version. It is recommended that version names be unique within a project.
archivedboolean
Indicates if the version is marked as archived.
releasedboolean
Indicates if the version is marked as released.
projectIdinteger
Required
Numeric ID of the Jira project to which this version will be added. The project must exist.
startDatestring
Start date for work on the version (YYYY-MM-DD format).
descriptionstring
Textual description for the version, providing more context about its purpose or content.
releaseDatestring
Release date for the version (YYYY-MM-DD format). Relevant if the version is marked as released or has a planned release.
additional_propertiesobject
Additional properties to include in the version creation request. Use this for any extra fields supported by the Jira API that are not covered by the standard parameters. Provide as a dictionary with field names and their values. Note: Jira Cloud has strict schema validation and…
Observable output
data
Required
Data from the action execution
errorstring
Error if any occurred during the execution of the action
successfulboolean
Required
Whether or not the action execution was successful or not