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 type application/json
object
namespace_path
required

Path of the namespace to subscribe

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

Created

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

Bad Request

Unauthorized

Forbidden

Not found

Unprocessable entity