interface SetIssueTypeProperty {
    issueTypeId: string;
    propertyKey: string;
    propertyValue: any;
}

Properties

issueTypeId: string

The ID of the issue type.

propertyKey: string

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

propertyValue: any