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

    Interface GetIssueTypeProperty

    interface GetIssueTypeProperty {
        issueTypeId: string;
        propertyKey: string;
    }
    Index

    Properties

    issueTypeId: string

    The ID of the issue type.

    propertyKey: string

    The key of the property. Use Get issue type property keys to get a list of all issue type property keys.