-
Bug
-
Resolution: Fixed
-
Low
-
5.0.2
If I have a space between column names in the JIRA Issues macro, data is only shown in the first column. The other columns have headings but no data.
These are OK:
key;summary;labels;description;acceptance criteria
key,summary,labels,description,acceptance criteria
These only show data in the Key column:
key; summary; labels; description; acceptance criteria
key, summary, labels, description, acceptance criteria
Suggested solution: Spaces should be allowed.
The documentation also needs to be fixed as it is inconsistent between the text in the Macro edit box and the online documentation.
Relates to CONF-27354 and CONF-28632
Steps to Reproduce
- Link Confluence and JIRA
- Create a page with a JIRA Issues Macro
- In the macro, enter 'key; description' under Columns - ensuring there is a space between the two
- You will see that only the Key is displayed
- Swap the order of the columns - 'description; key', again ensuring there is a space
- You will see that the description is now displayed and the key is not.
- Now enter 'description;key' or 'key;description' with NO space
- You will see that all columns display correctly.
- is duplicated by
-
CONFSERVER-27354 Entering custom columns in JIRA Issues Macro - only first column contains data, the rest are blank
-
- Closed
-
- relates to
-
CONFSERVER-27354 Entering custom columns in JIRA Issues Macro - only first column contains data, the rest are blank
-
- Closed
-
-
CONFSERVER-28632 Confusing instructions about the 'Columns' field in JIRA Issues Macro
- Closed
The issues is fixed in plugin version 5.0.3 which will be bundled with confluence v 5.2.4. It was ready on On Demand.