Class IssueLinksSystemFieldEntryFactory

All Implemented Interfaces:
FieldEntryFactory

public class IssueLinksSystemFieldEntryFactory extends ReadOnlySystemFieldEntryFactory implements FieldEntryFactory
Creates FieldEntry for the issue links system field. The only difference to other system fields is that this field can't render html properly (it fills the log with velocity template not found stack traces. As we render issue links differently anyways we can skip the html generation here.
  • Constructor Details

    • IssueLinksSystemFieldEntryFactory

      public IssueLinksSystemFieldEntryFactory(FieldHelper helper, com.atlassian.jira.issue.fields.OrderableField field)
  • Method Details