Class IssueRenderContext
java.lang.Object
com.atlassian.jira.issue.fields.renderer.IssueRenderContext
This is a context object used with the renderers.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringIf this parameter is present in the context, mentions will be rendered as full names regardless of user's permissions.static final Stringstatic final StringWhengetParam(INLINE_PARAM)==true then the renderer that is passed such context will try to render the text as inlinestatic final String -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
INLINE_PARAM
WhengetParam(INLINE_PARAM)==true then the renderer that is passed such context will try to render the text as inline- Since:
- v5.2
- See Also:
-
WYSIWYG_PARAM
- See Also:
-
FORM_TOKEN
- See Also:
-
FORCE_FULL_USERNAMES
If this parameter is present in the context, mentions will be rendered as full names regardless of user's permissions.- Since:
- v8.19
- See Also:
-
-
Constructor Details
-
IssueRenderContext
-
-
Method Details
-
getIssue
-
setIssue
-
getParams
-
addParam
-
getParam
-