You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.
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'
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: