Extension Icon

ClickUp - Tasks & Docs Explorer

Browse ClickUp tasks and docs from Raycast
AvatarAli Parandeh
5,059 Installs
Supports Ask AI
Overview

ClickUp Tasks Explorer

Plugin for Raycast to explore your ClickUpTasks.

How to obtain an API Token

  • Go to ClickUp
  • Click on USER SETTINGS
  • Click on APPS

  • Generate an API TOKEN

Features (to be added as standalone commands or as a single command group)

  • List and explore Your teams, spaces, folders, lists and tasks
  • Get a birds eye of number of tasks in each folder and list
  • List, search and preview contents of each task in Tasks View
  • View each tasks by priority
  • Open each task via the browser
  • Set your default team ID and space IDs
  • Search and order all of your ClickUp Team and space tasks by any filters or query (e.g. due date, priority, status, duration in progress etc.)
  • List and view tasks assigned to you ordered by priority and due date
  • View and browse subtasks
  • Copy task links to clipboard
  • View assignees from Tasks view
  • Set assignees, sprint scores, time estimates, priorities, tags and due dates from Raycast
  • Update status and priority of tasks from Raycast
  • Add subtasks and checklists from Raycast
  • Add Task dependencies from Raycast
  • Create folders, lists and tasks from Raycast
  • List Tasks by sprints
  • Search tasks comments from Raycast
  • Search, view and download task attachments from Raycast
  • Comment on tasks from Raycast
  • Move tasks between lists and sprints from Raycast
  • Delete and archive tasks from Raycast
  • Assign Github PR IDs to your tasks from Raycast (Requires Github Token)
  • Other cool features? Open an issue or PR!

Installing

Make sure Raycast is installed and go to https://github.com/Ali-Parandeh/raycast-clickup-extension

Running locally

# nvm install (use node >=16.x)
nvm --lts --latest-npm
# make sure you have Raycast and Yarn / NPM installed
npm i
# Start local server
npm run dev
# Now open raycast. The dev tool should be the top item!