You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 19, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: lib/cc/services/jira.rb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ class Config < CC::Service::Config
13
13
description: "Your JIRA password"
14
14
15
15
attribute:project_id,String,
16
-
description: "Your JIRA project ID Number. Located in your JIRA admin panel. Project must support 'task' issue types and must not have non-standard required fields."
16
+
description: "Your JIRA project ID number (located in your JIRA admin panel). Project must support 'task' issue types and contain only the default required fields."
17
17
18
18
attribute:labels,String,
19
19
description: "Which labels to add to issues, comma delimited"
0 commit comments