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

    Interface IssueTypeSchemeProjects

    Issue type scheme with a list of the projects that use it.

    interface IssueTypeSchemeProjects {
        issueTypeScheme?: Version3Models.IssueTypeScheme;
        projectIds: string[];
    }
    Index

    Properties

    projectIds: string[]

    The IDs of the projects using the issue type scheme.