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.
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 |
A comment on an issue that has an author, a body, and optionally, a group level and role level.