vendic/clickup-get-tasks
Github action to fetch tasks from Clickup via the API
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| clickup_token | Your clickup token | yes | — |
| clickup_custom_task_ids | A list of custom task IDS of which you want to change the status | yes | — |
| clickup_team_id | Your clickup team id | yes | — |
| response_fields | Fields that are in the response | no | — |
| convert_quotes | Convert single and double quotes to html | no | true |
Outputs
| name | description |
|---|---|
| clickup_tasks | JSON object containing the clickup task info |
| invalid_tasks | JSON object containing the clickup tasks that could not be found |