New Fields
How do I go about requesting new fields in Zephyr Enterprise? For example, in the main Jira, I use field such as "Roles" that have listed key contacts such the tester, delivery lead, requirements lead, etc. Additional fields like Complexity & workstream. Aiming to enhance Zephyr Enterprise to make it a one stop shop, to minimize the back and fourth.3Views0likes0CommentsIs there a way to search for a specific TestCase by name using the REST API?
I'm looking for a way to search for a TestCase by name (or partial name) using the REST API. I expected to find an endpoint like `v2/testcases/search`, but no such endpoint exists. Is it possible to use the REST API to search for a TestCase, or do I have to get all the TestCases and search on the client side?99Views0likes1CommentZephyr scale API to upload attachments
We recently migrated from testrail to Zephyr but the screenshots were lost in the transition. Is there a way to upload attachments to testcases programmatically? I don't see a way to achieve this in your api documentation... https://support.smartbear.com/zephyr-scale-cloud/api-docs/#tag/Test-Cases/operation/updateTestCase94Views1like0CommentsInfo on Zephyr LTE API
Hi, I'm currently working on a project where I need to send data received from a Bluetooth Low Energy (BLE) device over an LTE connection using Zephyr. Could you please let me know if there are specific APIs available for LTE in Zephyr, or if there are recommended methods to achieve this functionality? Any guidance or examples would be greatly appreciated. Thank you in advance!133Views0likes1CommentDoes Zephyr support MS SQL and Active Directory service account?
We are working to install Zephyr however have few questions: Is Zephyr Enterprise support MS SQL? If yes, which version or licensing do we need? If MS SQL supported, can we use Active Directory service account to connect to SQL DB via a JDBC connection?109Views0likes1Comment401 Authorization Error/Timeout
Hi, I am currently working with codebase in ruby which exports XRay data from Jira with the intention of importing the data as testcase in Zephyr. The Zephyr server is up an running. I have the API token with the credentials as well. I believe is able to reach Zephyr through the token since the API token website reflect being accessed in the indicated time I run the codebase. The import function is as follows: def import_test_exports_into_zephyr(xray_project_id, zephyr_project_id, release_id) temp_test_folder_id = 17 tasks = [] test_exports = get_test_export_objects(xray_project_id) test_exports.each do |test_export| task = lambda { return Zephyr::create_test(test_export, zephyr_project_id, release_id, temp_test_folder_id) } tasks << task end responses = Async::run_tasks(tasks) responses.each do |response| puts response end end The purpose of the function is to create multiple test cases and import them in async manner. There are two types of error that I am getting when I run the codebase: Sometimes is this one: Failed to open TCP connection to BASEURL:443 (Blocking operation timed out!) (IO::TimeoutError) Other times is this one: { "errorMsg" : "You do not have WRITE permission to perform this operation. Please contact the administrator.", "errorCode" : "102z01" } any suggestions? Thank you, Luis93Views0likes0Commentstest repository - Updates to tests not saving
A few people on my team have noticed that when updating a test in Test Repository, quite often the updates do not save. If you navigate out of that particular test and come back to it later the updates will not show. Has anyone else experienced this and fixed it? It's taking FOREVER to update a suite of tests as we're having to triple check everything.223Views1like1Commentfunctional comparison
Hi, I'm looking for an accurate and detailed comparison of functionalities offered by the different versions of Zephyr: Enterprise, Scale, Zephyr and Squad. Preferably in the form of an easily readable tablet. Is this available anywhere? Or can you ask someone to prepare it for you?287Views0likes0Comments