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

    Interface ProjectIssueTypeQueryContext

    Project and issue type context for workflow queries made using issue types.

    interface ProjectIssueTypeQueryContext {
        issueTypes?: string[];
        project?: string;
    }
    Index

    Properties

    issueTypes?: string[]

    The set of issue type IDs.

    project?: string

    The ID of the project.