Hi, I am trying to upload a file to my test case by using below api. I am getting 200 success status in postman but can't find any file attached to the test case in jira. Can anybody please help.
{{JIRA_BASEURL}}/rest/raven/1.0/api/testrun/{{testRunID}}/attachment
The attachments you are showing on the 2nd image, is from Jira. You shouldn't see there the attachment since the endpoint is not on Jira, but rather than on Xray https://xray.cloud.getxray.app/api/v2/attachments
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is the way to attach a file to a step, but the attachment will be visible on that step:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No, I want to attach a screenshot to my test case not to the step.. and want that screenshot should be visible in the jira...
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.
Hi @Alex Koxaras _Relational_ I used this url for attachment - https://xray.cloud.getxray.app/api/v2/attachments but where can I find the attached file in jira? There was no reference of the JIRA ticket when I made the request. Is there any default location? Is there any way to remove the attachment?
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.