Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upload Multi Files from URL? #118

Open
kirykr opened this issue Apr 26, 2017 · 0 comments
Open

Upload Multi Files from URL? #118

kirykr opened this issue Apr 26, 2017 · 0 comments

Comments

@kirykr
Copy link

kirykr commented Apr 26, 2017

I want upload attachment files from Jira URL.
I am able to get the Jira attachment URL :
url = issue.attachments.first.content
story = @pivotal_project.stories.find( story_id )
story.upload_attachment(url)
here the return value

Errno::ENOENT: No such file or directory @ rb_sysopen - https://salsify.atlassian.net/secure/attachment/29143/IF2+Lavanderi%CC%81a+-+Limpieza+-+Hogar+SA+WM+1.1.xlsx
from /Users/abc/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/pivotal-tracker-0.5.13/lib/pivotal-tracker/story.rb:89:in `initialize'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant