Class AttachFile

All Implemented Interfaces:
OperationContext, ErrorCollection, I18nHelper, IssueSummaryAware, HttpServletVariables, AuthorizationSupport, Serializable, webwork.action.Action, webwork.action.CommandDriven, webwork.action.IllegalArgumentAware

public class AttachFile extends AbstractCommentableIssue implements OperationContext
Responsible for rendering the attach file form and converting temporary attachments to real attachments linked to an issue. This action does not actually handle uploading the attachments themselves. See AttachTemporaryFile for more details
Since:
v4.2
See Also: