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

    Interface GetProjectComponents

    interface GetProjectComponents {
        componentSource?: string;
        projectIdOrKey: string | number;
    }
    Index

    Properties

    componentSource?: string

    The source of the components to return. Can be jira (default), compass or auto. When auto is specified, the API will return connected Compass components if the project is opted into Compass, otherwise it will return Jira components. Defaults to jira.

    jira
    
    projectIdOrKey: string | number

    The project ID or project key (case sensitive).