Hi
In jira cloud account, I have added app Zephyr and added some test cases, I want to access those testcases from Java program. I have created Jira API token as well as Zephyr API access token but i am not able to find correct base url to access testcases
I have tried below url
Hi @shyamalshivam ,
Welcome to Atlassian community and thank you for your question.
The correct API is the second one, it has this format: https://api.zephyrscale.smartbear.com/v2/{endpoint}
You can create the required token from a user account in Jira, following this tutorial: https://support.smartbear.com/zephyr/docs/en/rest-api/api-access-tokens-management.html
You can found the official api document page here: https://support.smartbear.com/zephyr-scale-cloud/api-docs/
Kind regards
I have tried this url
https://api.zephyrscale.smartbear.com/v2/testcases
Passing token being created with tutorial: https://support.smartbear.com/zephyr/docs/en/rest-api/api-access-tokens-management.html
But it gives me 401 Unauthorized - " unknown Token "
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Matteo Vecchiato -- do you know any more specific needs to be set in request header when i am calling api from java / nodejs program ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.