Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Displaying filter with a Wiki Style renderer custom field in a Confluence page

Maria Yacoub
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 18, 2020

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 :

filter_with_wiki_renderer.PNG

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 : 

 

filter_without_wiki_renderer.PNGI 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

2 answers

0 votes
Stephan Puls
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 2, 2025

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.

 

0 votes
Amaury de Raulin
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
March 13, 2024

Same problem here.
This post dates back from 2020... Anyone found a solution ?

Suggest an answer

Log in or Sign up to answer