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

    Interface AssignIssueTypeScreenSchemeToProject

    Associated issue type screen scheme and project.

    interface AssignIssueTypeScreenSchemeToProject {
        issueTypeScreenSchemeId?: string;
        projectId?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    issueTypeScreenSchemeId?: string

    The ID of the issue type screen scheme.

    projectId?: string

    The ID of the project.