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

    Interface SimpleUsage

    Represents a usage of an entity by a project ID and related issue type IDs.

    interface SimpleUsage {
        issueTypeIds: string[];
        projectId: string;
    }
    Index

    Properties

    issueTypeIds: string[]

    The issue type IDs for the usage.

    projectId: string

    The project ID for the usage.