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
By default, VIVIDUS exports results to an on-premise Xray Server (Jira plugin). To export to https://www.getxray.app/[Xray Cloud], enable the cloud mode and provide API credentials.
84
+
85
+
[cols="2,1,3", options="header"]
86
+
|===
87
+
88
+
|Property
89
+
|Required
90
+
|Description
91
+
92
+
|`xray-exporter.cloud.enabled`
93
+
|false
94
+
|Set to `true` to enable Xray Cloud mode (default: `false`)
95
+
96
+
|*`xray-exporter.cloud.client-id`*
97
+
|true (when cloud is enabled)
98
+
|Xray Cloud API client ID (obtained from the Xray app settings in Jira)
99
+
100
+
|*`xray-exporter.cloud.client-secret`*
101
+
|true (when cloud is enabled)
102
+
|Xray Cloud API client secret (obtained from the Xray app settings in Jira)
103
+
104
+
|`xray-exporter.cloud.api-base-url`
105
+
|false
106
+
a|Base URL for the Xray Cloud REST API (the `/api/v2` path is appended automatically). Default: `https://xray.cloud.getxray.app/`.
107
+
108
+
Override this value when using a regional Xray Cloud deployment, for example:
109
+
* `https://us.xray.cloud.getxray.app/`
110
+
* `https://eu.xray.cloud.getxray.app/`
111
+
112
+
|===
113
+
114
+
NOTE: When `xray-exporter.cloud.enabled=true`, the `xray-exporter.jira-instance-key` property is not used.
Copy file name to clipboardExpand all lines: vividus-to-xray-exporter/src/main/java/org/vividus/xray/configuration/validator/XrayExporterOptionsValidator.java
+54-16Lines changed: 54 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2019-2025 the original author or authors.
2
+
* Copyright 2019-2026 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
0 commit comments