Skip to content

jira merge-project-versions

Merge two version of project.

Description

Merge two version of project.

Synopsis

jira merge-project-versions
    --site <site>
    --id <id>
    --move_issues_to <move_issues_to>

Arguments

site - (string)

    
     Example: --site "site-1"
     Default: localhost:8081      Attributes: required

id - (string)

     Id of version to delete.
     Example: --id "id-1"
     Default: _None_      Attributes: required

move_issues_to - (string)

     The ID of the version to merge into.
     Example: --move_issues_to "move_issues_to-1"
     Default: _None_      Attributes: required

Examples

jira merge-project-versions --id "id-1" --move_issues_to "move_issues_to-1"

Access Control

To use this command, you need access to the following:

Field Value
Action "update"
Service Type "jira"
Service Instance
Namespace
Object Type "project-version"
Object ID

Please see Access Control for details.