GitLab API icon

GitLab API

Gitlab

Actions880

Overview

This node interacts with the GitLab API to create a Jira Connect subscription by sending a POST request to the endpoint `/api/v4/integrations/jira_connect/subscriptions`. It is useful for automating the integration setup between GitLab and Jira Connect, enabling seamless synchronization and management of issues and projects across both platforms.

Use Case Examples

  1. Automate the creation of Jira Connect subscriptions when new projects are created in GitLab.
  2. Integrate GitLab with Jira Connect to keep issue tracking synchronized automatically.

Properties

Name Meaning
Skip Authentication Determines whether to skip the authentication process for the API request.
Authentication Specifies the authentication method to use for the API request, defaulting to GitLab API key authentication.
baseUrl The base URL of the GitLab instance to which the API request is sent.
Method The HTTP method used for the API request, defaulting to POST for this operation.

Output

JSON

  • response - The JSON response from the GitLab API after creating the Jira Connect subscription.

Dependencies

  • GitLab API key credential

Troubleshooting

  • Ensure the GitLab API key credential is correctly configured and has the necessary permissions to create Jira Connect subscriptions.
  • Verify the base URL is correct and accessible.
  • Check that the request body schema matches the expected format for creating Jira Connect subscriptions to avoid validation errors.

Links

Discussion