Hello all,
I'm using the Jira Issues macro with the parameters url and columns.
Am I missing something?
Greetings,Kirstin
(Confluence 4.3.1 / Jira 5.2.10)
Hi,
Do you have white-space after the comma between your wanted columns? In that case you will only see the first column. There is a bug report on this one: https://jira.atlassian.com/browse/CONF-28783
The workaround is to remove the white-spaces:
excerpt from the bug report:
These are OK:key;summary;labels;description;acceptance criteriakey,summary,labels,description,acceptance criteria
These only show data in the Key column:key; summary; labels; description; acceptance criteriakey, summary, labels, description, acceptance criteria
Hope this helps!
// Svante
I investigated a little further and actually it is the first column of the columns list, which is the only one containing data.So I thought that maybe the separator I'm using might be the problem. As a separator I tried "," and ";". No difference.
Thank you very much, Svante.
It seemed so natural to put a white space after the comma. Removing the white spaces solved the problem.
It looks like you're new here. Sign in or register to get started.