Agent SwarmAgent Swarm

Trackers

Integrate with Linear and Jira ticket trackers — sync issues to swarm tasks bidirectionally

GET
/api/trackers/jira/authorize

Response Body

curl -X GET "http://localhost:3013/api/trackers/jira/authorize"
Empty
Empty
Empty
GET
/api/trackers/jira/callback

Query Parameters

code*string
state*string

Response Body

curl -X GET "http://localhost:3013/api/trackers/jira/callback?code=string&state=string"
Empty
Empty
Empty
DELETE
/api/trackers/jira/disconnect

Authorization

bearerAuth
AuthorizationBearer <token>

API key via Authorization: Bearer <API_KEY>

In: header

Response Body

curl -X DELETE "http://localhost:3013/api/trackers/jira/disconnect"
Empty
Empty
POST
/api/trackers/jira/refresh

Authorization

bearerAuth
AuthorizationBearer <token>

API key via Authorization: Bearer <API_KEY>

In: header

Response Body

curl -X POST "http://localhost:3013/api/trackers/jira/refresh"
Empty
Empty
Empty
Empty
GET
/api/trackers/jira/status

Authorization

bearerAuth
AuthorizationBearer <token>

API key via Authorization: Bearer <API_KEY>

In: header

Response Body

curl -X GET "http://localhost:3013/api/trackers/jira/status"
Empty
Empty
POST
/api/trackers/jira/webhook-register

Authorization

bearerAuth
AuthorizationBearer <token>

API key via Authorization: Bearer <API_KEY>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X POST "http://localhost:3013/api/trackers/jira/webhook-register" \  -H "Content-Type: application/json" \  -d '{    "jqlFilter": "string"  }'
Empty
Empty
Empty
DELETE
/api/trackers/jira/webhook/{id}

Authorization

bearerAuth
AuthorizationBearer <token>

API key via Authorization: Bearer <API_KEY>

In: header

Path Parameters

id*integer
Range0 < value

Response Body

curl -X DELETE "http://localhost:3013/api/trackers/jira/webhook/0"
Empty
Empty
Empty
POST
/api/trackers/jira/webhook/{token}

Path Parameters

token*string

Response Body

curl -X POST "http://localhost:3013/api/trackers/jira/webhook/string"
Empty
Empty
Empty
GET
/api/trackers/linear/authorize

Response Body

curl -X GET "http://localhost:3013/api/trackers/linear/authorize"
Empty
Empty
Empty
GET
/api/trackers/linear/callback

Query Parameters

code*string
state*string

Response Body

curl -X GET "http://localhost:3013/api/trackers/linear/callback?code=string&state=string"
Empty
Empty
Empty
DELETE
/api/trackers/linear/disconnect

Authorization

bearerAuth
AuthorizationBearer <token>

API key via Authorization: Bearer <API_KEY>

In: header

Response Body

curl -X DELETE "http://localhost:3013/api/trackers/linear/disconnect"
Empty
Empty
POST
/api/trackers/linear/refresh

Authorization

bearerAuth
AuthorizationBearer <token>

API key via Authorization: Bearer <API_KEY>

In: header

Response Body

curl -X POST "http://localhost:3013/api/trackers/linear/refresh"
Empty
Empty
Empty
Empty
GET
/api/trackers/linear/status

Authorization

bearerAuth
AuthorizationBearer <token>

API key via Authorization: Bearer <API_KEY>

In: header

Response Body

curl -X GET "http://localhost:3013/api/trackers/linear/status"
Empty
Empty
POST
/api/trackers/linear/webhook

Response Body

curl -X POST "http://localhost:3013/api/trackers/linear/webhook"
Empty
Empty
Empty