aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-09-02 13:23:01 +0530
committerLibravatar Vijay A <avijayr@protonmail.com>2021-09-02 13:23:01 +0530
commit8db04c941a1890c2477df1827ce79b0c096c7237 (patch)
treeafd237cd65bac3c9979af4f294e0067424048807
parentchore: upgrade 'nodejs' to '14.17.6'. (diff)
downloadferdium-recipes-8db04c941a1890c2477df1827ce79b0c096c7237.tar.gz
ferdium-recipes-8db04c941a1890c2477df1827ce79b0c096c7237.tar.zst
ferdium-recipes-8db04c941a1890c2477df1827ce79b0c096c7237.zip
Add ability to use self-hosted option for 'youtrack' service (fixes #671)
-rw-r--r--all.json2
-rw-r--r--recipes/youtrack/package.json8
2 files changed, 6 insertions, 4 deletions
diff --git a/all.json b/all.json
index a269f65..fddb874 100644
--- a/all.json
+++ b/all.json
@@ -1647,7 +1647,7 @@
1647 "featured": false, 1647 "featured": false,
1648 "id": "youtrack", 1648 "id": "youtrack",
1649 "name": "YouTrack", 1649 "name": "YouTrack",
1650 "version": "1.1.0", 1650 "version": "1.2.0",
1651 "icons": { 1651 "icons": {
1652 "svg": "https://cdn.jsdelivr.net/gh/getferdi/recipes/recipes/youtrack/icon.svg" 1652 "svg": "https://cdn.jsdelivr.net/gh/getferdi/recipes/recipes/youtrack/icon.svg"
1653 } 1653 }
diff --git a/recipes/youtrack/package.json b/recipes/youtrack/package.json
index 53ea807..fe51ad3 100644
--- a/recipes/youtrack/package.json
+++ b/recipes/youtrack/package.json
@@ -1,12 +1,14 @@
1{ 1{
2 "id": "youtrack", 2 "id": "youtrack",
3 "name": "YouTrack", 3 "name": "YouTrack",
4 "version": "1.1.0", 4 "version": "1.2.0",
5 "license": "MIT", 5 "license": "MIT",
6 "config": { 6 "config": {
7 "serviceURL": "https://{teamId}.myjetbrains.com/youtrack/", 7 "serviceURL": "https://{teamId}.myjetbrains.com/youtrack/",
8 "urlInputSuffix": ".myjetbrains.com",
9 "hasHostedOption": true,
8 "hasTeamId": true, 10 "hasTeamId": true,
9 "hasNotificationSound": true, 11 "hasCustomUrl": true,
10 "urlInputSuffix": ".myjetbrains.com" 12 "hasNotificationSound": true
11 } 13 }
12} 14}