Completed
Last Updated: 21 Sep 2015 09:00 by ADMIN
ADMIN
Cody
Created on: 27 Aug 2015 20:17
Type: Bug Report
0
Unable to save attachments with bugs in JIRA
As a part of submitting a bug in JIRA, when Test Studio tries to append the result file as an attachment to the bug, JIRA returns an "error 404 not found" error. After careful investigation I was able to prove it's caused by Test Studio putting an extra / character at the beginning of the request. Test Studio is sending this for the POST request:

https://xxxx.xxxx.co//rest/api/2/issue/TEST-854/attachments

It should be this instead:

https://xxxx.xxxx.co/rest/api/2/issue/TEST-854/attachments

I was able to use Fiddler to modify and resend the request after removing the extra / character and that worked. The result file was successfully attached to the bug.

Customer is using Jira 6.4.4.
1 comment
ADMIN
Daniel Djambov
Posted on: 14 Sep 2015 13:20
Telerik: the issue is fixed and solution will be available in our next internal product release planned to be out in Sep 2015