jira.js
    Preparing search index...

    Function merge

    • Merge versions

      Parameters

      • client: Client
      • parameters: { id: string; moveIssuesTo: string }
        • id: string

          The version that will be merged to version moveIssuesTo and removed

        • moveIssuesTo: string

          The version to set fixVersion to on issues where the deleted version is the fix version, If null then the fixVersion is removed.

      • Optionaloptions: RequestOptions

      Returns Promise<void>