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