bugsnag-notification-plugins
Version:
Notification plugins (chat and issue tracking integrations) for Bugsnag.
38 lines (37 loc) • 891 B
JSON
{
"name": "YouTrack Issues",
"url": "http://www.jetbrains.com/youtrack/",
"actions": {
"create": "Create a YouTrack issue",
"view": "View on YouTrack",
"object": "YouTrack Issue"
},
"type": "issueTracker",
"fields": [
{
"name": "url",
"label": "URL",
"description": "Your YouTrack server address",
"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 YouTrack project to create the issue for",
"section": "authentication"
}
]
}