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.
Authorizations
Section titled “ Authorizations ”Request Body required
Section titled “ Request Body required ” Media type application/json
object
namespace_path
required
Path of the namespace to subscribe
string
Example generated
{ "namespace_path": "example"}Responses
Section titled “ Responses ”Created
Media type application/json
object
success
boolean
Example generated
{ "success": true}Bad Request
Unauthorized
Forbidden
Not found
Unprocessable entity