interface SetIssueProperty {
    issueIdOrKey: string;
    propertyKey: string;
    propertyValue: any;
}

Properties

issueIdOrKey: string

The ID or key of the issue.

propertyKey: string

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

propertyValue: any

The value of the issue property. Can be of any type.