bugsnag-notification-plugins
Version:
Notification plugins (chat and issue tracking integrations) for Bugsnag.
36 lines (35 loc) • 916 B
JSON
{
"name": "Liquid Planner",
"url": "https://app.liquidplanner.com",
"actions": {
"view": "View on LiquidPlanner",
"create": "Create a LiquidPlanner task",
"object": "LiquidPlanner Task"
},
"type": "issueTracker",
"fields": [
{
"name": "space_id",
"label": "Space ID",
"description": "The Space ID of your workspace. The ID is the number visible in the URL when viewing the workspace."
},
{
"name": "email",
"label": "Email",
"description": "Your Liquid Planner email"
},
{
"name": "password",
"label": "Password",
"description": "Your Liquid Planner password",
"type": "password"
},
{
"name": "host",
"label": "Host URL",
"description": "URL of Liquid Planner, only needed if it's not https://app.liquidplanner.com",
"pattern": "https?:\/\/.+",
"optional": true
}
]
}