Bazilio-san/mcp-atlassian-ts
If you are the rightful owner of mcp-atlassian-ts and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
MCP Atlassian TypeScript Server is a modern server designed for Atlassian JIRA and Confluence, offering a robust architecture and comprehensive features.
Tools
Functions exposed to the LLM to take actions
jira_get_issue
Get issue by ID or key
jira_search_issues
Search issues with JQL
jira_create_issue
Create new issue (dynamic tool with current priorities)
jira_update_issue
Update existing issue
jira_delete_issue
Delete issue
jira_batch_create_issues
Create multiple issues efficiently
jira_get_transitions
Get available transitions for issue
jira_transition_issue
Transition issue to new status
jira_find_epic
Find epic by name
jira_get_projects
Get all accessible projects
jira_get_project
Get specific project details
jira_find_project
Find project by name/key
jira_force_update_projects_index
Refresh projects cache
jira_get_project_versions
Get project versions/releases
jira_create_version
Create new project version
jira_batch_create_versions
Create multiple versions
jira_get_epics_for_project
Get all epics in project
jira_get_agile_boards
Get all Agile boards
jira_get_board_issues
Get issues on specific board
jira_get_sprints_from_board
Get sprints from board
jira_get_sprint_issues
Get issues in specific sprint
jira_create_sprint
Create new sprint
jira_update_sprint
Update existing sprint
jira_get_link_types
Get available link types
jira_create_issue_link
Create link between issues
jira_create_remote_issue_link
Create remote link
jira_remove_issue_link
Remove issue link
jira_add_comment
Add comment to issue
jira_link_to_epic
Link issue to epic
jira_batch_get_changelogs
Get changelogs for multiple issues
jira_get_worklog
Get worklog entries for issue
jira_add_worklog
Add worklog entry to issue
jira_get_user_profile
Get user profile information
jira_search_fields
Search and get field metadata
jira_download_attachments
Download issue attachments
confluence_search
Search Confluence content
confluence_get_page
Get page by ID
confluence_get_page_by_title
Get page by title and space
confluence_create_page
Create new page
confluence_update_page
Update existing page
confluence_delete_page
Delete page
confluence_get_spaces
Get all accessible spaces
confluence_get_space
Get specific space details
confluence_get_space_content
Get content in space
confluence_add_comment
Add comment to page
confluence_get_comments
Get page comments
confluence_add_label
Add label to page
confluence_get_labels
Get page labels
confluence_get_pages_by_label
Find pages by label
confluence_get_page_children
Get child pages
confluence_get_page_history
Get page version history
confluence_search_user
Search for users
cache_clear
Clear cache (supports pattern matching)
cache_stats
Get cache statistics and performance metrics
health_check
Check service connectivity and health
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client