Set the priority of an issue by specifying a priorityId.

interface JiraPriorityField {
    priorityId: string;
}

Properties

Properties

priorityId: string