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

    Interface IssueTypeSchemeProjectAssociation

    Details of the association between an issue type scheme and project.

    interface IssueTypeSchemeProjectAssociation {
        issueTypeSchemeId: string;
        projectId: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    issueTypeSchemeId: string

    The ID of the issue type scheme.

    projectId: string

    The ID of the project.