@Internal
public interface PlanningTask
@Nullable String getSummary()
@Nullable String getDescription()
@Nullable ApplicationUser getAssignee()
@Nullable LocalDate getDueDate()
@Nullable Long getOriginalEstimate()
@Nullable Long getRemainingEstimate()
@Nullable String getEnvironment()
@Nullable ApplicationUser getReporter()
@Nullable Priority getPriority()
@Nullable IssueType getIssueType()
@Nullable Project getProject()
@Nullable List<Version> getAffectedVersions()
@Nullable List<Version> getFixVersions()
@Nullable List<ProjectComponent> getComponents()
@Nullable String getTextCustomFieldValue(@NotNull CustomField customField)
@Nullable Date getDateTimeCustomFieldValue(@NotNull CustomField customField)
@Nullable Double getNumberCustomFieldValue(@NotNull CustomField customField)
@Nullable
LocalDate getDateCustomFieldValue(@NotNull
CustomField customField)
@Nullable List<String> getLabelsCustomFieldValue(@NotNull CustomField customField)
@Nullable
Project getProjectCustomFieldValue(@NotNull
CustomField customField)
@Nullable
Version getSingleVersionCustomFieldValue(@NotNull
CustomField customField)
@Nullable List<Version> getMultiVersionCustomFieldValue(@NotNull CustomField customField)
@Nullable
ApplicationUser getSingleUserCustomFieldValue(@NotNull
CustomField customField)
Copyright © 2023 ALM Works. All Rights Reserved.