Skip to content

Create a GitLab for Jira (Forge) namespace subscription

POST
/api/v4/integrations/jira_forge/subscriptions

Subscribes a GitLab namespace to the Forge installation so its development data syncs to Jira. Authenticated as the GitLab user (OAuth); the Jira installation and user are resolved from the Forge invocation context.

Media typeapplication/json
object
namespace_path
required

Path of the namespace to subscribe

string
nullable <= 255 characters
Examplegenerated
{
"namespace_path": "example"
}

Created

Media typeapplication/json
object
success
object
Examplegenerated
{
"success": {}
}

Bad Request

Unauthorized

Forbidden

Not found

Unprocessable entity