Skip to content
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant