The ClickUp API returns priority values as integer scores.
The cu_priority
function maps these scores to the priority labels
Urgent (1), High (2), Normal (3), Low (4).
Examples
cu_priority(c(1, 2, 3, 4))
#> [1] "Urgent" "High" "Normal" "Low"
The ClickUp API returns priority values as integer scores.
The cu_priority
function maps these scores to the priority labels
Urgent (1), High (2), Normal (3), Low (4).
cu_priority(c(1, 2, 3, 4))
#> [1] "Urgent" "High" "Normal" "Low"