aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-05-22 17:43:22 +0530
committerLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-05-22 17:46:25 +0530
commit6262dd23cb97eb42df363dfd91973b294e243be4 (patch)
tree51bf4df9fbad1006c682b1504bd71cd0e27e20af /recipes
parentChanged jitsi recipe to allow for self-hosted urls. Bumpted recipe version. (diff)
downloadferdium-recipes-6262dd23cb97eb42df363dfd91973b294e243be4.tar.gz
ferdium-recipes-6262dd23cb97eb42df363dfd91973b294e243be4.tar.zst
ferdium-recipes-6262dd23cb97eb42df363dfd91973b294e243be4.zip
Changed jira recipe to allow for self-hosted urls. Bumpted recipe version.
Diffstat (limited to 'recipes')
-rw-r--r--recipes/jira/package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/jira/package.json b/recipes/jira/package.json
index 77adaa7..98e98b8 100644
--- a/recipes/jira/package.json
+++ b/recipes/jira/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "id": "jira", 2 "id": "jira",
3 "name": "Jira", 3 "name": "Jira",
4 "version": "1.2.0", 4 "version": "1.2.1",
5 "description": "Jira", 5 "description": "Jira",
6 "main": "index.js", 6 "main": "index.js",
7 "author": "Leonardo Bragatti <leonardo.bragatti@gmail.com> and The Ferdi Team <hello@getferdi.com>", 7 "author": "Leonardo Bragatti <leonardo.bragatti@gmail.com> and The Ferdi Team <hello@getferdi.com>",
@@ -9,6 +9,7 @@
9 "config": { 9 "config": {
10 "serviceURL": "https://{teamId}.atlassian.net", 10 "serviceURL": "https://{teamId}.atlassian.net",
11 "urlInputSuffix": ".atlassian.net", 11 "urlInputSuffix": ".atlassian.net",
12 "hasHostedOption": true,
12 "hasTeamId": true, 13 "hasTeamId": true,
13 "hasCustomUrl": true, 14 "hasCustomUrl": true,
14 "hasNotificationSound": true 15 "hasNotificationSound": true