UNPKG

bugsnag-notification-plugins

Version:

Notification plugins (chat and issue tracking integrations) for Bugsnag.

24 lines (23 loc) 675 B
{ "name": "GitLab Issues", "description": "Create a GitLab issue", "supportedTriggers": ["firstException", "unresolved"], "issueTracker": true, "fields": [ { "name": "private_token", "label": "Private Token", "description": "Your private token used to access the GitLab API. Available in your Gitlab profile." }, { "name": "gitlab_url", "label": "GitLab URL", "description": "The base URL to your GitLab installation (e.g. https://gitlab.com)" }, { "name": "project_id", "label": "Repository Name", "description": "Which GitLab repository to create the issue on, eg rails/rails" } ] }