Skip to Content

Backlog

Connect to Backlog to manage issues and projects.

Key Features

  • Create, view, update, and delete projects
  • Create, view, update, and delete issues
  • Manage Wiki pages
  • Manage notifications
  • Manage documents

Basic Information

Authentication Method

OAuth 2.0 authentication.

⚠️

This integration requires administrator pre-configuration. Please contact your organization administrator.

Supported MCP Tools

Space Tools

backlog_get_space

Get Backlog space information.

Project Management Tools

backlog_get_projects

Get list of projects in Backlog.

backlog_get_project

Get project details by project ID or key.

backlog_create_project

Create a new project in Backlog.

backlog_update_project

Update an existing project in Backlog.

backlog_delete_project

Delete a project in Backlog.

backlog_get_issue_types

Returns list of issue types for a project.

backlog_list_project_custom_fields

Returns list of custom fields in the project.

Issue Management Tools

backlog_list_issues

List issues in Backlog with optional filters.

backlog_get_issue

Get issue details by issue ID or key.

backlog_create_issue

Create a new issue in Backlog.

backlog_update_issue

Update an existing issue in Backlog.

backlog_delete_issue

Delete an issue in Backlog.

backlog_add_issue_comment

Add a comment to an issue in Backlog.

backlog_get_issue_comments

Get comments for an issue in Backlog.

Wiki Management Tools

backlog_get_wikis

Get list of wikis in a Backlog project.

backlog_get_wiki

Get wiki details by wiki ID.

backlog_create_wiki

Create a new wiki in Backlog.

backlog_update_wiki

Update an existing wiki in Backlog.

backlog_delete_wiki

Delete a wiki in Backlog.

Notification Management Tools

backlog_get_notifications

Get list of notifications in Backlog.

backlog_mark_notification_as_read

Mark a notification as read in Backlog.

Document Management Tools

backlog_get_document_tree

Get hierarchical tree of documents for a Backlog project.

backlog_get_documents

Get flat list of documents in a Backlog project or folder.

backlog_get_document

Get detailed information about a specific document in Backlog.

Usage Example

For example,

  • If you enter “Show me the list of issues in the project” in the prompt,
  • LLM calls the backlog_list_issues tool via MCP to retrieve the issue list.
  • Then, it responds in the chat based on the tool call result.

Notes

  • This integration requires administrator pre-configuration.
  • Deleted projects and issues cannot be recovered, so use with caution.
  • API call limits may apply depending on your Backlog plan.
Last updated on