Jira
A project tracking tool by Atlassian that helps teams plan, manage, and ship work efficiently across projects and workflows.
https://api.atlassian.com/ex/jira/{id}
https://mcp.atlassian.com/v1/mcp
Agent
const bundleup = new BundleUp('Zw7Lt7...');
const mcp = bundleup.mcp('conn_abc123').connect();
const tools = await mcp.listTools(); Proxy
const bundleup = new BundleUp('Zw7Lt7...');
const proxy = bundleup.proxy('conn_abc123');
const response = await proxy.get('/[...]');Unified MCP Tools
me
Get the Jira account the connection is authenticated as.
tickets
Retrieve a list of tickets from Jira.
ticket
Retrieve a single issue from Jira by ID or key.
projects
Retrieve a list of projects from Jira.
Unified API Endpoints
/me
Retrieve the Jira account this connection is authenticated as.
/ticketing/tickets
Retrieve a list of tickets from Jira.
/ticketing/tickets/{id}
Retrieve a single issue from Jira by ID or key.
/ticketing/projects
Retrieve a list of projects from Jira.
