interface GetVersion {
    expand?: string | string[] | ("operations" | "issuesstatus" | "driver" | "approvers")[];
    id: string;
}

Properties

Properties

expand?: string | string[] | ("operations" | "issuesstatus" | "driver" | "approvers")[]

Use expand to include additional information about version in the response. This parameter accepts a comma-separated list. Expand options include:

  • operations Returns the list of operations available for this version.
  • issuesstatus Returns the count of issues in this version for each of the status categories to do, in progress, done, and unmapped. The unmapped property represents the number of issues with a status other than to do, in progress, and done.
  • driver Returns the Atlassian account ID of the version driver.
  • approvers Returns a list containing the Atlassian account IDs of approvers for this version.
id: string

The ID of the version.