aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/jira/package.json
blob: 4a4ded5d85d567f5aab3121c6270e67b0fba0f38 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "id": "jira",
  "name": "Jira",
  "version": "1.2.3",
  "license": "MIT",
  "config": {
    "serviceURL": "https://{teamId}.atlassian.net",
    "urlInputSuffix": ".atlassian.net",
    "hasHostedOption": true,
    "hasTeamId": true,
    "hasCustomUrl": true,
    "hasNotificationSound": true
  }
}