From 6262dd23cb97eb42df363dfd91973b294e243be4 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Sat, 22 May 2021 17:43:22 +0530 Subject: Changed jira recipe to allow for self-hosted urls. Bumpted recipe version. --- recipes/jira/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'recipes') 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 @@ { "id": "jira", "name": "Jira", - "version": "1.2.0", + "version": "1.2.1", "description": "Jira", "main": "index.js", "author": "Leonardo Bragatti and The Ferdi Team ", @@ -9,6 +9,7 @@ "config": { "serviceURL": "https://{teamId}.atlassian.net", "urlInputSuffix": ".atlassian.net", + "hasHostedOption": true, "hasTeamId": true, "hasCustomUrl": true, "hasNotificationSound": true -- cgit v1.2.3-54-g00ecf