Package com.atlassian.jira.issue
Class ActionConstants
java.lang.Object
com.atlassian.jira.issue.ActionConstants
A holder for constants representing each type of Action in the sense that
comment and worklog entities were known as Actions. This should not be
confused with Webwork Actions.
NOTE: Since 2008 (check upgrade tasks in 243b899ae6a4c151c6ad355ceb2caa569214f130) the Action
table contains comments only - marking other types as deprecated.
-
Field Details
-
TYPE_COMMENT
A comment on an issue that has an author, a body, and optionally, a group level and role level.- See Also:
-
TYPE_FIELDCHANGE
Deprecated.- See Also:
-
TYPE_WORKLOG
Deprecated.A work log entry.- See Also:
-