Skip to content
This repository was archived by the owner on Jul 19, 2025. It is now read-only.

Commit 85d2324

Browse files
QUA-179: Update Jira integration description (#145)
* QUA-179: Update Jira integration description * Add more information
1 parent 71aa2c6 commit 85d2324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/cc/services/jira.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
class CC::Service::Jira < CC::Service
44
class Config < CC::Service::Config
55
attribute :domain, Axiom::Types::String,
6-
description: "Your JIRA host domain (e.g. yourjira.com:PORT, please exclude https://)"
6+
description: "Your JIRA host domain (e.g. yourjira.com[:PORT], please exclude https:// and only add PORT if you are using a different port number to access your own server that is not the default)"
77

88
attribute :username, Axiom::Types::String,
99
description: "Must exactly match the 'username' that appears on your JIRA profile page."

0 commit comments

Comments
 (0)