Hello all,
I encounter an issue when using a Custom fields with Wiki Style Renderer.
I have a custom field "Last comment" define with the following SIL Script :
string[] lastCommentDetails = getLastComment(key);
if(!isNull(lastCommentDetails)){
return lastCommentDetails["text"];
}
return "";
In the field configuration of my project, for this custom field, I select as Renderer "Wiki Style Renderer".
Then I create a filter and watch the column "Last comment". I get this :
The column displays correctly my custom field "Last comment" with Wiki Renderer Style.
But when I create a Confluence page and call for my filter (and select the column "Last comment" in display options), I get the following result :
I would like to have on my Confluence page the same display as in my filter in Jira.
Do you have any idea why I have this issue and how can I resolve it?
Thank you,
Maria Yacoub
Still an issue.
Confluence version: 8.5.18
Jira version: 9.12.15
In Jira all is rendered fine. In Confluence it is just a long text without any word wrap or formatting.
Same problem here.
This post dates back from 2020... Anyone found a solution ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.