Atlassian Request
atlassian_requestSend direct GET, POST, PUT, or DELETE requests to any Jira or Confluence REST endpoint when no specialized tool fits your need.
Instructions
Raw pass-through to any Jira or Confluence REST endpoint. Use when no other tool fits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Optional JSON string for the request body. | |
| path | Yes | Path relative to the site. Jira: "/rest/api/3/issue/PROJ-1/watchers", "/rest/agile/1.0/board/42/sprint". Confluence: "/wiki/api/v2/pages/123", "/wiki/rest/api/search" (CQL). | |
| method | Yes | GET, POST, PUT, DELETE. | |
| params | No | Optional JSON object string of query parameters. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |