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