Skip to content

Conversation

@bob-lega
Copy link

Summary

Adds three new tools for managing task relationships/links in ClickUp.

New Tools

  • add_task_link: Create relationships between tasks (equivalent to ClickUp's Task Links feature in the UI)
  • get_task_links: Retrieve all links/relationships for a task
  • delete_task_link: Remove task links/relationships

Features

  • Supports linking tasks together for better task organization and dependency tracking
  • Works with both regular task IDs (9 characters) and custom task IDs (like 'DEV-1234')
  • Uses correct ClickUp API endpoint format (target task ID in URL path)

Testing

All three operations tested and verified working:

  • Successfully created task links between multiple tasks
  • Retrieved task links from linked tasks
  • Deleted task links cleanly

Documentation

  • Updated README tool count from 36 to 39 tools
  • Added all three tools to the tools table in README
  • Added feature entry to CHANGELOG

This brings the total tool count to 39 tools.

The ClickUp API endpoint POST /task/{task_id}/link/{links_to} does not
accept a request body. Removing the body fixes OAUTH_027 authorization errors.
- Update tool count from 36 to 39 total tools
- Add three new task linking tools to README tools table
- Add task linking feature entry to CHANGELOG
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant