Enum Class AdditionalField
- All Implemented Interfaces:
Serializable,Comparable<AdditionalField>,Constable
An enum containing additional fields to provide to Jira issue searches.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionAggregate progress field.Aggregate time estimate field.Aggregate original time estimate field.Aggregate time spent field.Assignee field.Attachment field.Comment field.Components field.Creation date field.Creator field.Description field.Due date field.Environment field.Fix versions field.Issue id field.Issue key field.Issue links field.Issue restriction field.Issue type field.Issue labels field.Last viewed field.Parent issue field.Priority field.Progress field.Project field.Reporter field.Resolution field.Resolution date field.Security field.Status field.Status category field.Status category change date field.Subtasks field.Summary field.Thumbnail field.Time estimate field.Original time estimate field.Time spent field.Time tracking field.Updated field.Versions field.Votes field.Watches field.Work log field.Work ratio field. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetText()The text the API uses for identifying and handling fields.static AdditionalFieldReturns the enum constant of this class with the specified name.static AdditionalField[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
AGGREGATE_PROGRESS
Aggregate progress field. -
AGGREGATE_TIME_ESTIMATE
Aggregate time estimate field. -
AGGREGATE_TIME_ORIGINAL_ESTIMATE
Aggregate original time estimate field. -
AGGREGATE_TIME_SPENT
Aggregate time spent field. -
ASSIGNEE
Assignee field. -
ATTACHMENT
Attachment field. -
COMMENT
Comment field. -
COMPONENTS
Components field. -
CREATED
Creation date field. -
CREATOR
Creator field. -
DESCRIPTION
Description field. -
DUE_DATE
Due date field. -
ENVIRONMENT
Environment field. -
FIX_VERSIONS
Fix versions field. -
ID
Issue id field. -
ISSUE_KEY
Issue key field. -
ISSUE_LINKS
Issue links field. -
ISSUE_RESTRICTION
Issue restriction field. -
ISSUE_TYPE
Issue type field. -
LABELS
Issue labels field. -
LAST_VIEWED
Last viewed field. -
PARENT
Parent issue field. -
PRIORITY
Priority field. -
PROGRESS
Progress field. -
PROJECT
Project field. -
REPORTER
Reporter field. -
RESOLUTION
Resolution field. -
RESOLUTION_DATE
Resolution date field. -
SECURITY
Security field. -
STATUS
Status field. -
STATUS_CATEGORY
Status category field. -
STATUS_CATEGORY_CHANGE_DATE
Status category change date field. -
SUBTASKS
Subtasks field. -
SUMMARY
Summary field. -
THUMBNAIL
Thumbnail field. -
TIME_ESTIMATE
Time estimate field. -
TIME_ORIGINAL_ESTIMATE
Original time estimate field. -
TIME_SPENT
Time spent field. -
TIME_TRACKING
Time tracking field. -
UPDATED
Updated field. -
VERSIONS
Versions field. -
VOTES
Votes field. -
WATCHES
Watches field. -
WORK_LOG
Work log field. -
WORK_RATIO
Work ratio field.
-
-
Field Details
-
text
The text the API uses for identifying and handling fields.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getText
The text the API uses for identifying and handling fields.
-