public class IssueLinksSystemFieldEntryFactory extends ReadOnlySystemFieldEntryFactory implements FieldEntryFactory
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.fieldHelper
Constructor and Description |
---|
IssueLinksSystemFieldEntryFactory(FieldHelper helper,
com.atlassian.jira.issue.fields.OrderableField field) |
Modifier and Type | Method and Description |
---|---|
FieldEntry |
createViewEntry(I18n2 i18n,
com.atlassian.jira.issue.Issue issue,
com.atlassian.jira.user.ApplicationUser user) |
String |
getId() |
isFieldValid
createEditEntry
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createEditEntry, isFieldValid
public IssueLinksSystemFieldEntryFactory(FieldHelper helper, com.atlassian.jira.issue.fields.OrderableField field)
public String getId()
getId
in interface FieldEntryFactory
public FieldEntry createViewEntry(I18n2 i18n, com.atlassian.jira.issue.Issue issue, com.atlassian.jira.user.ApplicationUser user)
createViewEntry
in interface FieldEntryFactory
Copyright © 2007–2025 Atlassian. All rights reserved.