A reference to the location of the error. This will be null if the error does not refer to a specific element.

interface WorkflowElementReference {
    propertyKey?: string;
    ruleId?: string;
    statusMappingReference?: ProjectAndIssueTypePair;
    statusReference?: string;
    transitionId?: string;
}

Properties

propertyKey?: string

A property key.

ruleId?: string

A rule ID.

statusMappingReference?: ProjectAndIssueTypePair
statusReference?: string

A status reference.

transitionId?: string

A transition ID.