Merge branch 'stable-3.9'
* stable-3.9:
docs/config: set code block language to ini
docs/config: correct section for association policy
docs/config: say which association policy is the default
Release-Notes: skip
Change-Id: I88c7c8983c31a24752643bb1f9833f9020edad30
diff --git a/src/main/resources/Documentation/config.md b/src/main/resources/Documentation/config.md
index 4889305..5214732 100644
--- a/src/main/resources/Documentation/config.md
+++ b/src/main/resources/Documentation/config.md
@@ -68,7 +68,8 @@
SUGGESTED
: Whenever a git commit message does not contain any issue-id,
- a warning message is displayed as a suggestion on the client.
+ a warning message is displayed as a suggestion on the client. This is the
+ default.
OPTIONAL
: Issue-ids are linked when found in a git commit message. No warning is
@@ -77,10 +78,13 @@
Example:
```ini
+ [plugin "its-jira"]
+ enabled = true
+ association = SUGGESTED
+
[commentLink "its-jira"]
match = ([A-Z]+-[0-9]+)
html = "<a href=\"http://jira.example.com/browse/$1\">$1</a>"
- association = SUGGESTED
```
Jira connectivity
@@ -360,7 +364,7 @@
A typical visibility configuration will look like:
-```
+```ini
[plugin "its-jira"]
visibilityType = role
visibilityValue = Dev