ClickUp¶
You can import tasks from a Clickup space using
the clickup service name.
Example Service¶
Here’s an example of a Clickup target:
[my_issue_tracker]
service = "clickup"
token = "pk_mytoken"
team_id = 123456
[my_issue_tracker]
service = clickup
clickup.token = pk_mytoken
clickup.team_id = 123456
The above example is the minimum required to import tasks from Clickup.
The token is your private API token. Check
https://developer.clickup.com/docs/authentication.
The team_id is the numeric identification of the team.
Provided UDA Fields¶
Field Name |
Description |
Type |
|---|---|---|
clickupcreator |
Clickup Creator |
Text (string) |
clickupdescription |
Clickup Description |
Text (string) |
clickupfolder |
Clickup Folder id |
Text (string) |
clickupid |
Clickup id |
Text (string) |
clickuplistname |
Clickup List name |
Text (string) |
clickupname |
Clickup Title |
Text (string) |
clickupproject |
Clickup Project id |
Text (string) |
clickupspace |
Clickup Space id |
Text (string) |
clickupstatus |
Clickup Status Title |
Text (string) |
clickupupdated |
Clickup Updated |
Date & Time (date) |
clickupurl |
Clickup URL |
Text (string) |