public final class

ActionConstants

extends Object
java.lang.Object
   ↳ com.atlassian.jira.issue.ActionConstants

Class Overview

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.

Summary

Constants
String TYPE_COMMENT A comment on an issue that has an author, a body, and optionally, a group level and role level.
String TYPE_FIELDCHANGE
String TYPE_WORKLOG A work log entry.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String TYPE_COMMENT

A comment on an issue that has an author, a body, and optionally, a group level and role level.

Constant Value: "comment"

public static final String TYPE_FIELDCHANGE

Constant Value: "fieldchange"

public static final String TYPE_WORKLOG

A work log entry.

Constant Value: "worklog"