The ID of a priority scheme.

interface PrioritySchemeId {
    id?: string;
    task?: TaskProgressBeanJsonNode;
}

Properties

Properties

id?: string

The ID of the priority scheme.

The in-progress issue migration task.