Jira.js - Jira Cloud API library
    Preparing search index...

    Interface GetProjectVersions

    interface GetProjectVersions {
        expand?: string;
        projectIdOrKey: string | number;
    }
    Index

    Properties

    expand?: string

    Use expand to include additional information in the response. This parameter accepts operations, which returns actions that can be performed on the version.

    projectIdOrKey: string | number

    The project ID or project key (case sensitive).