Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue executing one of your postman APIS #4

Closed
dramer opened this issue May 11, 2023 · 2 comments
Closed

Issue executing one of your postman APIS #4

dramer opened this issue May 11, 2023 · 2 comments

Comments

@dramer
Copy link

dramer commented May 11, 2023

Hi,

First, thank you for making this available, this is really helpful. I need help with one of your calls.

{{JIRA_BASEURL}}/rest/raven/2.0/api/testset/{{TS1_KEY}}/test

This is my URL:

https://gringogolf.atlassian.net/rest/raven/2.0/api/testset/PICA-12/test

this returns a 404. I'm using basic authentication and I can make some of the Jira cloud rest APIS work with my credentials.

404 null for uri: https://gringogolf.atlassian.net/rest/raven/2.0/api/testset/PICA-12

amy help would be appreciated?

Dave

@bitcoder
Copy link
Contributor

Hi Dave,
it seems that you have a Jira cloud instance with Xray cloud. Xray for Jira cloud is a different product than Xray for Jira datacenter.
The REST API for Xray cloud is the following one:
https://docs.getxray.app/display/XRAYCLOUD/Version+2

It doesn't provide that endpoint. Xray Cloud uses an alternate API, GraphQL based for those kinds of more complex operations: https://docs.getxray.app/display/XRAYCLOUD/GraphQL+API

You need to use the proper collection for cloud

@dramer
Copy link
Author

dramer commented May 11, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants