aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
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 /recipes
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)
Diffstat (limited to 'recipes')
-rw-r--r--recipes/youtrack/package.json8
1 files changed, 5 insertions, 3 deletions
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}