bugsnag-notification-plugins
Version:
Notification plugins (chat and issue tracking integrations) for Bugsnag.
26 lines (25 loc) • 667 B
JSON
{
"name": "Pivotal Tracker",
"description": "Create a Pivotal Tracker story",
"supportedTriggers": ["firstException", "unresolved"],
"issueTracker": true,
"fields": [
{
"name": "projectId",
"label": "Project Id",
"description": "Your Pivotal Tracker project ID."
},
{
"name": "apiToken",
"label": "API Token",
"description": "Your Pivotal Tracker API Token, from your profile page."
},
{
"name": "labels",
"label": "Labels (comma separated)",
"description": "Comma separated list of labels to apply to the story.",
"optional": true,
"defaultValue": "bugsnag"
}
]
}