{ "opencollection": "1.0.0", "info": { "name": "Productboard Public Jira Integrations API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Jira Integrations", "type": "folder" }, "items": [ { "info": { "name": "List Jira integrations", "type": "http" }, "http": { "method": "GET", "url": "https://api.productboard.com/v2/jira-integrations" }, "docs": "List Jira integrations" }, { "info": { "name": "Get Jira integration", "type": "http" }, "http": { "method": "GET", "url": "https://api.productboard.com/v2/jira-integrations/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get Jira integration" }, { "info": { "name": "List feature-to-issue connections", "type": "http" }, "http": { "method": "GET", "url": "https://api.productboard.com/v2/jira-integrations/:id/connections", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "List feature-to-issue connections" }, { "info": { "name": "Get specific connection", "type": "http" }, "http": { "method": "GET", "url": "https://api.productboard.com/v2/jira-integrations/:id/connections/:entityId", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "entityId", "value": "", "type": "path" } ] }, "docs": "Get specific connection" } ] } ], "bundled": true }