Modifier and Type | Method and Description |
---|---|
FieldExportParts |
FieldExportPartsBuilder.build()
This should be called if you have been using the
FieldExportPartsBuilder.addItem(java.lang.String, java.lang.String, java.util.stream.Stream<java.lang.String>) to generate each item. |
static FieldExportParts |
FieldExportPartsBuilder.buildSinglePartRepresentation(String id,
String label,
java.util.stream.Stream<String> values)
This generates a representation for the field with a single
FieldExportPart but contains
multiple values for this. |
static FieldExportParts |
FieldExportPartsBuilder.buildSinglePartRepresentation(String id,
String label,
String value)
This generates a single
FieldExportPart with a single value. |
FieldExportParts |
ExportableSystemField.getRepresentationFromIssue(Issue issue)
For the given issue get an exportable representation for the field
|
Modifier and Type | Method and Description |
---|---|
FieldExportParts |
ExportableCustomFieldType.getRepresentationFromIssue(Issue issue,
CustomFieldExportContext context)
Get the custom field representation of the issue, this object contains the column headers and values for each
of the
FieldExportPart . |
Modifier and Type | Method and Description |
---|---|
void |
IssueSearchCsvExportLayoutBuilder.registerFieldRepresentation(Field field,
FieldExportParts fieldRepresentation)
Add a given field repesentation to figure out the layout.
|
Modifier and Type | Method and Description |
---|---|
FieldExportParts |
ResolutionDateSystemField.getRepresentationFromIssue(Issue issue) |
FieldExportParts |
AbstractDurationSystemField.getRepresentationFromIssue(Issue issue) |
FieldExportParts |
KeySystemField.getRepresentationFromIssue(Issue issue)
Returns a Multi Item representation of the field.
|
FieldExportParts |
CreatorSystemField.getRepresentationFromIssue(Issue issue) |
FieldExportParts |
LastViewedSystemField.getRepresentationFromIssue(Issue issue) |
FieldExportParts |
AssigneeSystemField.getRepresentationFromIssue(Issue issue) |
FieldExportParts |
ResolutionSystemField.getRepresentationFromIssue(Issue issue)
Returns the Resolution field as the name translation, e.g.
|
FieldExportParts |
DueDateSystemField.getRepresentationFromIssue(Issue issue) |
FieldExportParts |
IssueLinksSystemField.getRepresentationFromIssue(Issue issue) |
FieldExportParts |
ComponentsSystemField.getRepresentationFromIssue(Issue issue) |
FieldExportParts |
PrioritySystemField.getRepresentationFromIssue(Issue issue)
This outputs the name translation of the priority, e.g.
|
FieldExportParts |
OriginalEstimateSystemField.getRepresentationFromIssue(Issue issue) |
FieldExportParts |
WorklogSystemField.getRepresentationFromIssue(Issue issue)
This generates a multi-valued worklog entries in the format: [comment;][createdTime;author;]secondsLogged e.g.
|
FieldExportParts |
SecurityLevelSystemField.getRepresentationFromIssue(Issue issue) |
FieldExportParts |
ReporterSystemField.getRepresentationFromIssue(Issue issue) |
FieldExportParts |
UpdatedSystemField.getRepresentationFromIssue(Issue issue) |
FieldExportParts |
IssueTypeSystemField.getRepresentationFromIssue(Issue issue) |
FieldExportParts |
ProjectSystemField.getRepresentationFromIssue(Issue issue)
Includes all of the issue's project details into an export value.
|
FieldExportParts |
VotesSystemField.getRepresentationFromIssue(Issue issue) |
FieldExportParts |
WorkRatioSystemField.getRepresentationFromIssue(Issue issue) |
FieldExportParts |
SummarySystemField.getRepresentationFromIssue(Issue issue) |
FieldExportParts |
WatchesSystemField.getRepresentationFromIssue(Issue issue)
This creates a multi-column representation of the watchers, with value in it being one of the watchers.
|
FieldExportParts |
AbstractTextSystemField.getRepresentationFromIssue(Issue issue)
Returns the raw markup for this for example:
{pre}
"Some *description* here.
|
FieldExportParts |
CommentSystemField.getRepresentationFromIssue(Issue issue) |
FieldExportParts |
AbstractVersionsSystemField.getRepresentationFromIssue(Issue issue) |
FieldExportParts |
CreatedSystemField.getRepresentationFromIssue(Issue issue) |
FieldExportParts |
LabelsSystemField.getRepresentationFromIssue(Issue issue) |
FieldExportParts |
StatusSystemField.getRepresentationFromIssue(Issue issue)
Returns the name translation of the status, for example: In Progress, etc.
|
FieldExportParts |
AttachmentSystemField.getRepresentationFromIssue(Issue issue)
This will output a single
FieldExportPart with multiple attachment values in it. |
Copyright © 2002-2022 Atlassian. All Rights Reserved.