-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
6.3.12, 7.2.3, 7.1.9
-
6.03
-
1
-
Severity 3 - Minor
-
0
-
Summary
When trying to implement the com.atlassian.jira.issue.fields.renderer.JiraRendererPlugin interface in developing a custom renderer, it appears that the transformFromEdit method isn't actually working correctly for Comments.
Steps to Reproduce
- Use attached TestRenderer.java to build add-on JAR
- Upload to JIRA
- Modify Field Configuration so that Description and Comment renderer is
"Test Renderer" - Update a Project so that the updated Field Configuration is used.
- In that Project, create a new Issue an then comment on it.
Expected Results
Description and Comment will both have the text "transformFromEdit" inserted by the Renderer.
Actual Results
Only Description has the text modified as expected. Comment only seems to respect transformForEdit.
- relates to
-
JRASERVER-24442 JIRA's CustomField class implementation does not respect JiraRendererPlugin.transformFromEdit()
- Closed
-
ACJIRA-1088 Loading...