bugsnag-notification-plugins
Version:
Notification plugins (chat and issue tracking integrations) for Bugsnag.
47 lines (46 loc) • 1.17 kB
JSON
{
"name": "Unfuddle Tickets",
"url": "https://unfuddle.com",
"actions": {
"create": "Create a Unfuddle ticket",
"view": "View on Unfuddle",
"object": "Unfuddle Ticket"
},
"type": "issueTracker",
"fields": [
{
"name": "subdomain",
"label": "Subdomain",
"description": "Your Unfuddle subdomain",
"section": "authentication"
},
{
"name": "username",
"label": "Username",
"description": "Your account's username",
"section": "authentication"
},
{
"name": "password",
"label": "Password",
"description": "Your account's secure password",
"type": "password",
"section": "authentication"
},
{
"name": "project",
"label": "Project ID",
"description": "Which Unfuddle project to create the ticket for",
"section": "authentication"
},
{
"name": "priority",
"label": "Priority",
"description": "The priority of the ticket to be created",
"type": "select",
"allowedValues": ["lowest", "low", "normal", "high", "highest"],
"defaultValue": "normal",
"section": "tags"
}
]
}