Skip to content

Commit 875ada8

Browse files
committed
Prepare a new release 3.38.0
1 parent 6671cb1 commit 875ada8

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

atlassian/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.37.0
1+
3.38.0

docs/xray.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,3 +156,9 @@ Manage Test Runs
156156
157157
# Retrieve the steps for the given test run
158158
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

Comments
 (0)