Package com.atlassian.greenhopper.web.rapid.issue.fields
package com.atlassian.greenhopper.web.rapid.issue.fields
-
ClassDescriptionAbstract class representing the 'field' of an aggregate remaining estimate.AbstractCustomFieldEntryFactory<T extends FieldEntry>A field to display the aggregate remaining estimate of an issue and its sub-tasks.A field which can be edited, but in contrast to
SimpleEditableFieldEntryFactory
, this field cannot just be updated usingIssueUpdateService
.Generates the FieldEntry for the epic label field.Epic Status Field Factory to allow us to inline edit the Epic StatusCategory type for issue detail fieldsData type for custom field details to be added to issue detail fieldsMaps class types to the correct edit type and category for display on issue details.The different types of "edit control" for a field.A field which may be displayed and optionally edited on the Rapid Board's Detail Issue view.Contains methods which are useful for theFieldEntryFactory
classes in rendering and updating their values.Defines supported field renderers.CreatesFieldEntry
for the issue links system field.Number custom fields.Abstract base class for custom field types to use the common valid / visble / applicable check.Fields which are read-only do not need to implement the createEditEntry() methodBase class for system fields to check validity.Creates an Issue Entry forResolutionDateSystemField
.AFieldEntryFactory
which can be edited simply using JIRA'sIssueService
(but we actually useIssueUpdateService
under the covers.A field which needs to know about an issues sub-tasks in order to construct its view entryFieldEntry
.A field to display the aggregate remaining estimate of an issue's sub-tasks, but not the issue itself.CreatesFieldEntry
for system fields.Text custom fields.