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