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

    Interface ContextForProjectAndIssueType

    The project and issue type mapping with a matching custom field context.

    interface ContextForProjectAndIssueType {
        contextId: string;
        issueTypeId: string;
        projectId: string;
    }
    Index

    Properties

    contextId: string

    The ID of the custom field context.

    issueTypeId: string

    The ID of the issue type.

    projectId: string

    The ID of the project.