> For the complete documentation index, see [llms.txt](https://docs.airops.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.airops.com/context/overview/project-management/clickup.md).

# ClickUp

The ClickUp Integration step allows you to connect your AirOps workflows with ClickUp workspaces. This native integration enables comprehensive task management, workspace navigation, and team collaboration directly from your workflows.

## Overview

ClickUp is an all-in-one productivity platform that helps teams manage projects, tasks, and collaboration. By connecting ClickUp to AirOps, you can automate task management and integrate AI-powered workflows into your project management.

## Authentication

Before using the ClickUp integration in your workflows, you must first connect your ClickUp account in the AirOps Settings:

1. Navigate to **Settings > Integrations**
2. Find the ClickUp section and click "Configure"
3. Authenticate with your ClickUp account
4. Grant AirOps access to your workspaces

## Available Actions

### Task Management

* **Create Task** -- add a new task to a list
* **Update Task** -- modify an existing task's details, status, or assignees
* **Delete Task** -- remove a task from a list
* **Get Task** -- retrieve detailed information about a specific task

### Task Listing

* **Get Tasks** -- fetch all tasks from a list with filtering options

### Workspace Navigation

* **Get Teams** -- browse available teams in your workspace
* **Get Spaces** -- list spaces within a team
* **Get Folders** -- retrieve folders within a space
* **Get Lists** -- fetch lists within a folder or space

### Team Collaboration

* **Get Members** -- retrieve workspace members for task assignment

### Comments

* **Create Comment** -- add comments to tasks
* **Get Comments** -- retrieve comments from a task

## Common Use Cases

* Automatically creating tasks for content assignments
* Tracking content production status with automated updates
* Managing editorial workflows with AI-generated task descriptions
* Creating tasks from workflow outputs with proper assignees
* Adding comments to tasks with workflow results or status updates
* Building automated project dashboards by fetching task data

{% hint style="info" %}
Note: ClickUp integration requires appropriate workspace permissions. Ensure your ClickUp account has access to the spaces you want to connect.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.airops.com/context/overview/project-management/clickup.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
