UNPKG

bugsnag-notification-plugins

Version:

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

61 lines (60 loc) 1.58 kB
{ "name": "DoneDone", "url": "http://www.getdonedone.com", "actions": { "create": "Create a DoneDone issue", "view": "View on DoneDone", "object": "DoneDone Issue" }, "type": "issueTracker", "fields": [ { "name": "subdomain", "label": "Subdomain", "description": "Your DoneDone subdomain.", "section": "authentication" }, { "name": "projectId", "label": "Project Id", "description": "Your DoneDone project ID.", "section": "authentication" }, { "name": "username", "label": "Username", "description": "Your DoneDone username, from your profile page.", "section": "authentication" }, { "name": "apitoken", "label": "API Token", "description": "Your DoneDone API Token, from your profile page.", "type": "password", "section": "authentication" }, { "name": "defaultFixerId", "label": "Fixer ID", "description": "The default person id to be assigned as fixer." }, { "name": "defaultTesterId", "label": "Tester ID", "description": "The default person id to be assigned as tester." }, { "name": "defaultPriorityId", "label": "Priortity ID", "description": "The default priority to be applied to a new story.", "defaultValue": "1" }, { "name": "tags", "label": "Tags (comma separated)", "description": "Comma separated list of tags to apply to a new story.", "optional": true, "defaultValue": "bugsnag" } ] }