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 Bodyrequired
Section titled “Request Bodyrequired”Media typeapplication/json
object
namespace_path
required
Path of the namespace to subscribe
string
Examplegenerated
{ "namespace_path": "example"}Responses
Section titled “Responses”Created
Media typeapplication/json
object
success
object
Examplegenerated
{ "success": {}}Bad Request
Unauthorized
Forbidden
Not found
Unprocessable entity