We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6671cb1 commit 875ada8Copy full SHA for 875ada8
atlassian/VERSION
@@ -1 +1 @@
1
-3.37.0
+3.38.0
docs/xray.rst
@@ -156,3 +156,9 @@ Manage Test Runs
156
157
# Retrieve the steps for the given test run
158
xray.get_test_run_steps(100)
159
+
160
+ # Retrieve test repository folders of a project.
161
+ xray.get_test_repo_folders(project_key)
162
163
+ # Retrieve test repository folder of a project.
164
+ xray.get_test_repo_folder(project_key, folder_id)
0 commit comments