Class DueDateFieldModel


public class DueDateFieldModel extends DateFieldModel
Field Model to render the Due Date system field
  • Method Details

    • getElementId

      public String getElementId()
      Unfortunately when view issue was originally written, this field was rendered on the DOM with the arbitrary id of 'due-date' Then issue nav plugin came along and added a special case for the DueDate field which now looks for this id.
      Overrides:
      getElementId in class FieldModel
      Returns:
      the correct id to render the due date field with so that issue nav will apply the inline editor.