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

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.