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

Commit 008716a

Browse files
committed
Merge pull request #33 from codeclimate/improved_jira_config_strings
Streamlined wording for the "project ID" field.
2 parents 37d9777 + 3932a0d commit 008716a

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
@@ -13,7 +13,7 @@ class Config < CC::Service::Config
1313
description: "Your JIRA password"
1414

1515
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."
1717

1818
attribute :labels, String,
1919
description: "Which labels to add to issues, comma delimited"

0 commit comments

Comments
 (0)