UNPKG

bugsnag-notification-plugins

Version:

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

36 lines (35 loc) 1.1 kB
{ "name": "Sprint.ly", "actions": { "create": "Create a Sprint.ly defect placed in the backlog", "view": "View on Sprint.ly", "object": "Sprint.ly Defect" }, "type": "issueTracker", "fields": [ { "name": "sprintlyEmail", "label": "Sprint.ly Email", "description": "The email address you have associated with your Sprint.ly account" }, { "name": "apiKey", "label": "API Key - [view on Sprint.ly](https://sprintly.uservoice.com/knowledgebase/articles/306704-getting-your-api-key)", "description": "Your Sprint.ly API key", "type": "password" }, { "name": "projectId", "label": "Sprint.ly Project ID", "description": "The ID of your Sprint.ly project" }, { "name": "sprintlyStatus", "label": "Sprint.ly status", "description": "Define whether to put items created into 'backlog' or 'someday'", "type": "select", "allowedValues": ["backlog", "someday"], "defaultValue": "backlog" } ] }