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

    Interface IssueTypeToContextMapping

    Mapping of an issue type to a context.

    interface IssueTypeToContextMapping {
        contextId: string;
        isAnyIssueType?: boolean;
        issueTypeId?: string;
    }
    Index

    Properties

    contextId: string

    The ID of the context.

    isAnyIssueType?: boolean

    Whether the context is mapped to any issue type.

    issueTypeId?: string

    The ID of the issue type.