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

    Interface SetIssueTypeProperty

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

    Properties

    issueTypeId: string

    The ID of the issue type.

    propertyKey: string

    The key of the issue type property. The maximum length is 255 characters.