Package com.atlassian.jira.action.issue

Interface Summary
IssueDeleteInterface Deprecated. Use IssueService.delete(com.atlassian.crowd.embedded.api.User, com.atlassian.jira.bc.issue.IssueService.DeleteValidationResult) instead.
 

Class Summary
AbstractIssueAction Any action that alters an existing issue should subclass this.
AbstractIssueUpdateAction This action should be subclassed by any action which changes issues and might want to generate a changelog.
IssueDelete Deprecated. since v4.1
IssueUpdate Deprecated. as of 4.1 Use IssueService.validateUpdate(com.atlassian.crowd.embedded.api.User, Long, com.atlassian.jira.issue.IssueInputParameters) and IssueService.update(com.atlassian.crowd.embedded.api.User, com.atlassian.jira.bc.issue.IssueService.UpdateValidationResult)
 



Copyright © 2002-2012 Atlassian. All Rights Reserved.