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

    Interface IssueTypeScheme

    Details of an issue type scheme.

    interface IssueTypeScheme {
        defaultIssueTypeId?: string;
        description?: string;
        id: string;
        isDefault?: boolean;
        name: string;
    }
    Index

    Properties

    defaultIssueTypeId?: string

    The ID of the default issue type of the issue type scheme.

    description?: string

    The description of the issue type scheme.

    id: string

    The ID of the issue type scheme.

    isDefault?: boolean

    Whether the issue type scheme is the default.

    name: string

    The name of the issue type scheme.