So I am running REST API calls through my python script to grab Test Spec information.
No object is returned when I am trying to access linked issues inside a specific test spec in xray. These linked issues are created under for my Test Spec are through "More" -> "Links" -> "Web Links"
However, when I create linked issues inside my Test Spec through "Edit", the specific object of that linked issue returns.
Why does it not show up when I create the issue link through the "More" option but it does through "Edit"? How do I get access to the issue links created through "More" option?
The reason I ask is because I would like to add issue links to external websites aside from Jira/Xray tickets.
Hi Oliver,
If you inspect the page, you will be able to get the data-url of the weblink. Then, you can prepend your Base URL to the data-url which will bring you to the weblink page of the issue. This is the example URL of my local instance:
<Base URL>/secure/AddWebLink!default.jspa?id=10115
I hope that this helps.
Best Regards,
Mogavenasan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.