What is exactly "yourserver" is this URL http://yourserver/rest/raven/, I tried mentioning my jira URL but always getting 404 Not found
I want to get test run id using following api
"rest/raven/1.0/api/testrun? "
It really does mean the name of your server, where your system is running.
Ok, that begs the question of why you are trying to connect your Xray service to a Jira that you don't know the location of.
I doubt that's really the case. But can you tell us where you access the Jira you are trying to connect it to? What is the url of that Jira?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Nic,
We are doing the XRAY integration with JIRA POC for our project.
We have created Few Tests, Test Executions in JIRA after importing Xray plugin over trial version of JIRA.
Test Execution : YP-5
Test : YP-2, YP-4
Now we are trying to get Test run ID from our Test Framework using following sample provided in Xray doc:
1. First we get Auth token using https://xray.cloud.xpand-it.com/api/v1/authenticate
2. We are using that Auth token in following sample API
http://yourserver/rest/raven/1.0/api/testrun?testExecIssueKey=TEST-123&testIssueKey=TEST-321
JIRA URL:
https://testtry02.atlassian.net/
as
https://testtry02.atlassian.net/rest/raven/1.0/api/testrun?testExecIssueKey=YP-5&testIssueKey=YP-2
Error :404
AND
1. We have also tried :
curl -H "Content-Type: application/json" -X GET -u username:password https://testtry02.atlassian.net/rest/raven/1.0/api/testrun?testExecIssueKey=YP-5&testIssueKey=YP-2
Error :404
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What docs are you following that tell you to do it this way?
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.
Ah, I think I've spotted the problem.
You are reading Server/DC docs, but you're trying to connect to a Cloud system.
Try https://docs.getxray.app/display/XRAYCLOUD/REST+API instead
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am trying to get the test execution results like the testcases and it's execution status, what can i do, I can't find the proper api for this
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.