Skip to content

Commit

Permalink
Prepare a new release 3.38.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gonchik committed May 28, 2023
1 parent 6671cb1 commit 875ada8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion atlassian/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.37.0
3.38.0
6 changes: 6 additions & 0 deletions docs/xray.rst
Original file line number Diff line number Diff line change
Expand Up @@ -156,3 +156,9 @@ Manage Test Runs
# Retrieve the steps for the given test run
xray.get_test_run_steps(100)
# Retrieve test repository folders of a project.
xray.get_test_repo_folders(project_key)
# Retrieve test repository folder of a project.
xray.get_test_repo_folder(project_key, folder_id)

0 comments on commit 875ada8

Please sign in to comment.