Class RenderParameterHoldingIssueWrapper

java.lang.Object
com.atlassian.jira.issue.GenericIssueWrapper
com.atlassian.jira.mail.RenderParameterHoldingIssueWrapper
All Implemented Interfaces:
WithId, WithKey, IssueContext, Issue, OfBizValueWrapper, Serializable

public class RenderParameterHoldingIssueWrapper extends GenericIssueWrapper
This class makes it possible to pass render context parameters to field renderers in Jira Core. It was added because currently it is not possible to render different fields per user as rendering happens before the emails for users are constructed.
See Also: