Attachment download issue

RAHUL DESHMUKH May 25, 2017

I am using JIRA REST API in our project . but while downloading if file name have special charector  its fail to authenticate below is the url

https://datacommunique.atlassian.net/secure/attachment/76424/file name

 

 

1 answer

0 votes
somethingblue
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
May 25, 2017

Hi Rahul,

I was running into something similar yesterday, however, the issue came down to the fact I was using a customized zsh.  When I switched back to bash the command worked as expected.

Another option would be to put quotes around the entire URL path and see if you get the results you're looking for as I had to do that or it would error:

curl -D- -O -u UN:PW -X GET "http://localhost:8080/secure/attachment/10011/hello rahul.txt"

 

Cheers,

Branden

RAHUL DESHMUKH May 29, 2017

Hi Branden McElveen,

I am using OAuth and as you said I have tried with double quotes its thows an exception. currently its working if there is no special charector but if special charectors comes in file name  its fail to authenticate

Suggest an answer

Log in or Sign up to answer