cu-task-id: Handling task IDs

cu-task-idR Documentation

Handling task IDs

Description

Task IDs are prepended with a hash when copied from the ClickUp GUI. The function checks and removes the leading hash.

Usage

cu_task_id(task_id)

Arguments

task_id

Task ID with or without a leading hash.

Value

Returns task ID as character without leading hash to be used in the API.

Examples


cu_task_id("#7ygh8h")
cu_task_id("7ygh8h")


psolymos/clickrup documentation built on Feb. 9, 2024, 10:09 a.m.