java.lang.Object | |
↳ | com.atlassian.jira.event.issue.field.AbstractCustomFieldEvent |
![]()
|
Abstract event that captures the data relevant to custom field events.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the ID of the custom field that this event relates to.
| |||||||||||
Returns the ID of the custom field that this event relates to, as a number.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Returns the ID of the custom field that this event relates to. The custom field's string ID will have the form
"customfield_XXXXX", where XXXXX is the value of getId()
.
Returns the ID of the custom field that this event relates to, as a number. Note that the custom field's full ID
is returned by getCustomFieldId()
.