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

    Interface AppendMappingsForIssueTypeScreenScheme

    A list of issue type screen scheme mappings.

    interface AppendMappingsForIssueTypeScreenScheme {
        issueTypeMappings: Version3Models.IssueTypeScreenSchemeMapping[];
        issueTypeScreenSchemeId: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    The list of issue type to screen scheme mappings. A default entry cannot be specified because a default entry is added when an issue type screen scheme is created.

    issueTypeScreenSchemeId: string

    The ID of the issue type screen scheme.