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

    Interface GetCreateIssueMetaIssueTypeId

    interface GetCreateIssueMetaIssueTypeId {
        issueTypeId: string;
        maxResults?: number;
        projectIdOrKey: string;
        startAt?: number;
    }
    Index

    Properties

    issueTypeId: string

    The issuetype ID.

    maxResults?: number

    The maximum number of items to return per page.

    projectIdOrKey: string

    The ID or key of the project.

    startAt?: number

    The index of the first item to return in a page of results (page offset).