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
. Configure the GitHub integration in your `{product-very-short} app-config.yaml`, by adding the `integrations.github` section to your custom `{product-very-short} app-config.yaml` configuration file:
34
+
. Configure the GitHub integration in your `{product-very-short} {my-app-config-file}`, by adding the `integrations.github` section:
** Jira datacenter: Create and use a Personal Access Token (PAT) in your Jira datacenter account. For more information, see the https://confluence.atlassian.com/enterprise/using-personal-access-tokens-1026032365.html[Atlassian] documentation.
29
29
30
+
. Add your Jira token (${JIRA_TOKEN}) to {configuring-book-link}#provisioning-your-custom-configuration[your {product-very-short} secrets] using the following key/value pairs.
31
+
30
32
. Configure the Jira Scorecard plugin in your `{product-very-short} dynamic-plugins-config.yaml` using either a direct setup or a proxy setup.
31
33
.. Use a direct setup: Add the following code to your `{product-very-short} dynamic-plugins-config.yaml`:
32
34
+
@@ -49,9 +51,8 @@ plugins:
49
51
where:
50
52
51
53
`baseUrl`:: Enter the Jira URL.
52
-
`token`:: Enter the Jira token (Base64 string for Cloud, PAT for Data Center). The Jira token must be added as a secret file in your {configuring-book-link}#provisioning-your-custom-configuration[`{product} app-config.yaml` file].
54
+
`token`:: Enter the Jira token (Base64 string for Cloud, PAT for Data Center).
53
55
`product`:: Enter the supported product: `cloud` or `datacenter`. (`cloud` is the preferred option)
54
-
----
55
56
56
57
.. Use a proxy setup: In your `{product-very-short} dynamic-plugins-config.yaml`, add the following code:
57
58
+
@@ -133,7 +134,7 @@ scorecard:
133
134
- key: error
134
135
expression: '>50'
135
136
----
136
-
where
137
+
where:
137
138
138
139
`scorecard:plugins:jira:open_issues:thresholds`:: Lists the default threshold values for the Jira open Issues metric.
139
140
@@ -147,7 +148,7 @@ scorecard:
147
148
jira:
148
149
open_issues:
149
150
options:
150
-
mandatoryFilter: Type = Task AND Resolution = Resolved
151
+
mandatoryFilter: Type = Task AND Resolution = Unresolved
0 commit comments