aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Yann Soubeyrand <yann.soubeyrand@camptocamp.com>2020-06-23 20:07:11 +0200
committerLibravatar Yann Soubeyrand <yann.soubeyrand@camptocamp.com>2020-07-04 18:08:02 +0200
commit6a71cd37bd763a57b22692b7239db2876ffcf9de (patch)
tree076c980cffa5b52db2f883836b1ab1660540088f
parentUpdate repository (diff)
downloadferdium-recipes-6a71cd37bd763a57b22692b7239db2876ffcf9de.tar.gz
ferdium-recipes-6a71cd37bd763a57b22692b7239db2876ffcf9de.tar.zst
ferdium-recipes-6a71cd37bd763a57b22692b7239db2876ffcf9de.zip
feat(jira): enable custom URL
-rw-r--r--all.json2
-rw-r--r--archives/jira.tar.gzbin31776 -> 31778 bytes
-rw-r--r--uncompressed/jira/package.json3
3 files changed, 3 insertions, 2 deletions
diff --git a/all.json b/all.json
index c2a1dd8..52edd20 100644
--- a/all.json
+++ b/all.json
@@ -499,7 +499,7 @@
499 "featured": false, 499 "featured": false,
500 "id": "jira", 500 "id": "jira",
501 "name": "Jira", 501 "name": "Jira",
502 "version": "1.1.0", 502 "version": "1.2.0",
503 "icons": { 503 "icons": {
504 "png": "https://cdn.jsdelivr.net/gh/getferdi/recipes/uncompressed/jira/icon.png", 504 "png": "https://cdn.jsdelivr.net/gh/getferdi/recipes/uncompressed/jira/icon.png",
505 "svg": "https://cdn.jsdelivr.net/gh/getferdi/recipes/uncompressed/jira/icon.svg" 505 "svg": "https://cdn.jsdelivr.net/gh/getferdi/recipes/uncompressed/jira/icon.svg"
diff --git a/archives/jira.tar.gz b/archives/jira.tar.gz
index 4646271..c9ec8d2 100644
--- a/archives/jira.tar.gz
+++ b/archives/jira.tar.gz
Binary files differ
diff --git a/uncompressed/jira/package.json b/uncompressed/jira/package.json
index 6a1aee2..77adaa7 100644
--- a/uncompressed/jira/package.json
+++ b/uncompressed/jira/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "id": "jira", 2 "id": "jira",
3 "name": "Jira", 3 "name": "Jira",
4 "version": "1.1.0", 4 "version": "1.2.0",
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>",
@@ -10,6 +10,7 @@
10 "serviceURL": "https://{teamId}.atlassian.net", 10 "serviceURL": "https://{teamId}.atlassian.net",
11 "urlInputSuffix": ".atlassian.net", 11 "urlInputSuffix": ".atlassian.net",
12 "hasTeamId": true, 12 "hasTeamId": true,
13 "hasCustomUrl": true,
13 "hasNotificationSound": true 14 "hasNotificationSound": true
14 } 15 }
15} 16}