I want o execute below zql :- project = "XYZ" AND fixVersion in ("a1","a2") AND cycleName = "Regression" .
Any suggection how to execute this query in jmeter or postman.
I am using JIRA cloud.. my jira url is like - https://<companyName>.atlassian.net .
Thanks mate for replying me back.
so far I have understood that
For (JIRA) - I have to use jira api token.
For zephyr- I have to use JWT and zapiAccesskey.
My question is If I ´want to execute a zql query from postman/jmeter... what will be the uri
https://<companyName>.atlassian.net/rest/zapi/latest/zql/executeSearch?zqlQuery=project="XYZ"+AND fixVersion+in+("a1","a2")+AND+cycleName="Regression"
or
https://prod-api.zephyr4jiracloud.com/connect/public/rest/api/1.0/zql/executeSearch?zqlQuery=project="XYZ"+AND fixVersion+in+("a1","a2")+AND+cycleName="Regression"
Hi @pksah you have to use below endpoint for all the api call's
https://prod-api.zephyr4jiracloud.com/connect/
you can refer the apiary documentation, where you will get sample request and response
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@jagadeesh madhura
Can you help me out with the canonical query string for
https://prod-api.zephyr4jiracloud.com/connect/public/rest/api/1.0/zql/filters/quicksearch?query=project="TTP"
I am trying to understand it from https://developer.atlassian.com/cloud/bitbucket/query-string-hash/ but I am not able to make it work for the above query
I am getting the following error while executing the above API:
Expecting claim 'qsh' to have value A but instead it has the value B
Thank you for your help
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Jinansh Patel You will get this qsh error when there is issue with JWT generation. You can use the sample project in GIT hub for generating the JWT and try again.
https://github.com/zephyrdeveloper/zapi-cloud/tree/master/Samples/src/com/thed/zapi/cloud/sample
For more details please follow :
https://support.smartbear.com/zephyr-for-jira-cloud/docs/api/jwt-token.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Install zapi and follow below documentation
List of apis
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @pksah,
You can use free add-on available in marketplace named with ZAPI to access ZFJ data programmatically.
refer below documentation link to setup & use ZAPI to access API's.
Let us know if you face any issues.
Thanks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.