-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
High
-
Component/s: Macros - Jira Issues
-
4
-
Severity 3 - Minor
-
1
-
Warranty
Issue Summary
When nested inside the 3rd party Refined Tabs macro, Jira custom field names are not showing on the Jira Work Items macro in Confluence. It shows "customfield_1234" instead.
Also, the 'paragraph' type custom fields values returns raw JSON values instead of rich text format.
Steps to Reproduce
- Create custom fields in a Jira Project, make sure there is one paragraph type custom field.
- Create a Confluence page and insert the 3rd party Refined tabs macro
- Nest the Jira Work items macro inside the above macro
- Use JQL to insert data of the Jira project with custom fields to display
- Add custom fields as columns of the macro including the paragraph type custom field column.
Expected Results
The macro should look as it looks in the editor mode and it should show the custom field names and their values.
Actual Results
The macro doesn't show the custom fields names, it shows "customfield_xxxx" instead and it shows the value of paragraph type fields as RAW JSON.

Note: It works as expected in the edit mode of the page.
Workaround
Currently, there is no known workaround for this behavior apart from placing the JWI macro outside of the 3rd party Tabs macro.