aboutsummaryrefslogtreecommitdiffstats
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
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.
-rw-r--r--all.json2
-rw-r--r--recipes/jira/package.json3
2 files changed, 3 insertions, 2 deletions
diff --git a/all.json b/all.json
index ffd2bce..b1e0ead 100644
--- a/all.json
+++ b/all.json
@@ -719,7 +719,7 @@
719 "featured": false, 719 "featured": false,
720 "id": "jira", 720 "id": "jira",
721 "name": "Jira", 721 "name": "Jira",
722 "version": "1.2.0", 722 "version": "1.2.1",
723 "icons": { 723 "icons": {
724 "png": "https://cdn.jsdelivr.net/gh/getferdi/recipes/recipes/jira/icon.png", 724 "png": "https://cdn.jsdelivr.net/gh/getferdi/recipes/recipes/jira/icon.png",
725 "svg": "https://cdn.jsdelivr.net/gh/getferdi/recipes/recipes/jira/icon.svg" 725 "svg": "https://cdn.jsdelivr.net/gh/getferdi/recipes/recipes/jira/icon.svg"
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