Skip to main content
POST
/
api
/
orgs
/
{id}
/
issues
/
{issueId}
/
initiatives
Link issue to initiative
curl --request POST \
  --url https://atollhq.com/api/orgs/{id}/issues/{issueId}/initiatives \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "initiative_id": "<string>"
}
'
{
  "link": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

id identifier

issueId
string
required

issueId identifier

Body

application/json
initiative_id
string
required

Response

Initiative link created