@axis-backstage/plugin-jira-dashboard-backend 4.1.0 → 4.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/config.d.ts +5 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/config.d.ts
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
export interface Config {
|
|
2
|
-
/**
|
|
2
|
+
/**
|
|
3
|
+
* Configuration options for the Jira Dashboard plugin
|
|
4
|
+
*/
|
|
3
5
|
jiraDashboard:
|
|
4
6
|
| {
|
|
5
7
|
/**
|
|
@@ -28,6 +30,7 @@ export interface Config {
|
|
|
28
30
|
|
|
29
31
|
/**
|
|
30
32
|
* Optional annotation prefix for retrieving a custom annotation. Defaut value is jira.com
|
|
33
|
+
* @visibility frontend
|
|
31
34
|
*/
|
|
32
35
|
annotationPrefix?: string;
|
|
33
36
|
|
|
@@ -46,6 +49,7 @@ export interface Config {
|
|
|
46
49
|
| {
|
|
47
50
|
/**
|
|
48
51
|
* Optional annotation prefix for retrieving a custom annotation. Defaut value is jira.com
|
|
52
|
+
* @visibility frontend
|
|
49
53
|
*/
|
|
50
54
|
annotationPrefix?: string;
|
|
51
55
|
|