bugsnag-notification-plugins
Version:
Notification plugins (chat and issue tracking integrations) for Bugsnag.
51 lines (50 loc) • 1.21 kB
JSON
{
"name": "Bugzilla",
"url": "http://www.bugzilla.org/",
"actions": {
"create": "Create a Bugzilla issue",
"view": "View on Bugzilla",
"object": "Bugzilla Issue"
},
"type": "issueTracker",
"fields": [
{
"name": "host",
"label": "URL",
"description": "Your Bugzilla server address",
"pattern": "https?:\/\/.+",
"section": "authentication"
},
{
"name": "login",
"label": "Login",
"description": "Your Bugzilla login",
"section": "authentication"
},
{
"name": "password",
"label": "Password",
"description": "Your Bugzilla password",
"type": "password",
"section": "authentication"
},
{
"name": "product",
"label": "Product",
"description": "The name of your product"
},
{
"name": "component",
"label": "Component",
"description": "The name of a component in the product above"
},
{
"name": "priority",
"label": "Priority",
"description": "The priority of the bug",
"type": "select",
"allowedValues": ["Highest", "High", "Normal", "Low", "Lowest"],
"defaultValue": "Normal"
}
]
}