Package com.atlassian.jira.issue.export
Interface ExportableSystemField
- All Known Implementing Classes:
AbstractAggregateDurationSystemField,AbstractDurationSystemField,AbstractTextSystemField,AbstractVersionsSystemField,AffectedVersionsSystemField,AggregateEstimateSystemField,AggregateOriginalEstimateSystemField,AggregateTimeSpentSystemField,AssigneeSystemField,AttachmentSystemField,CommentSystemField,ComponentsSystemField,CreatedSystemField,CreatorSystemField,DescriptionSystemField,DueDateSystemField,EnvironmentSystemField,FixVersionsSystemField,IssueLinksSystemField,IssueTypeSystemField,KeySystemField,LabelsSystemField,LastViewedSystemField,OriginalEstimateSystemField,PrioritySystemField,ProjectSystemField,ReporterSystemField,ResolutionDateSystemField,ResolutionSystemField,SecurityLevelSystemField,StatusSystemField,SummarySystemField,TimeEstimateSystemField,TimeSpentSystemField,UpdatedSystemField,VotesSystemField,WatchesSystemField,WorklogSystemField,WorkRatioSystemField
public interface ExportableSystemField
Represents a field that is able to be exported, e.g. to a CSV output, etc.
- Since:
- 7.2.0
-
Method Summary
Modifier and TypeMethodDescriptiongetRepresentationFromIssue(Issue issue) For the given issue get an exportable representation for the field
-
Method Details
-
getRepresentationFromIssue
For the given issue get an exportable representation for the field- Parameters:
issue- to get representation for the field- Returns:
- the fields exportable representation
-