You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "Jake Farrell (JIRA)" <ji...@apache.org> on 2014/02/14 17:56:20 UTC

[jira] [Closed] (INFRA-7319) Enable REST support for attachments

     [ https://issues.apache.org/jira/browse/INFRA-7319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jake Farrell closed INFRA-7319.
-------------------------------

    Resolution: Fixed
      Assignee: Jake Farrell

Available, max file size is 10mb. you can test with 

echo "test file" > test
curl -D- -u jira_username:password -X POST -H "X-Atlassian-Token: nocheck" -F "file=@test" https://issues.apache.org/jira/rest/api/2/issue/INFRA-7319/attachments

> Enable REST support for attachments
> -----------------------------------
>
>                 Key: INFRA-7319
>                 URL: https://issues.apache.org/jira/browse/INFRA-7319
>             Project: Infrastructure
>          Issue Type: Bug
>          Components: JIRA
>            Reporter: Jonathan Ellis
>            Assignee: Jake Farrell
>         Attachments: test
>
>
> REST support is essential for offline use and IDE integration: https://jira.almworks.com/browse/JCO-1622
> Previously: INFRA-6008



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)