Class TemporaryAttachment

java.lang.Object
com.atlassian.jira.issue.attachment.TemporaryAttachment
All Implemented Interfaces:
Serializable, Comparable<TemporaryAttachment>

@PublicApi public class TemporaryAttachment extends Object implements Comparable<TemporaryAttachment>, Serializable
Represents a temporary attachment, that is an attachment that's been uploaded to the server but not yet attached to an issue. The issueId may be null for newly created issues!

Temporary Attachments can be sorted by created date,

Since:
v4.2
See Also: