| java.lang.Object | |
| ↳ | com.atlassian.jira.rest.v2.issue.AttachmentResource |
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the meta-data for an attachment, including the URI of the actual attached file.
| |||||||||||
Returns the meta informations for an attachments, specifically if they are enabled and the maximum upload size allowed.
| |||||||||||
Remove an attachment from an issue.
| |||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Returns the meta-data for an attachment, including the URI of the actual attached file.
| id | the attachment id |
|---|
Returns the meta informations for an attachments, specifically if they are enabled and the maximum upload size allowed.
Remove an attachment from an issue.
| id | the id of the attachment to ddelete. |
|---|
| DataAccessException |
|---|

