Skip to content

Subscribe a namespace to a JiraConnectInstallation

POST
/api/v4/integrations/jira_connect/subscriptions

Subscribes the namespace to the JiraConnectInstallation

Media type application/json
object
jwt
required

JWT token for authorization with the Jira Connect installation

string
nullable
namespace_path
required

Path for the namespace that should be subscribed

string
nullable
Example generated
{
"jwt": "example",
"namespace_path": "example"
}

Created

Media type application/json
object
success
boolean
Example generated
{
"success": true
}

Bad request

Unauthorized

Forbidden

Not found