You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.
Might be new to this, below are things i am doing
created new jira account > added xray > Running xray API's.
No idea where jira server is running
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
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.