-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Affects Version/s: 8.5.12, 9.0.1
-
Component/s: Macros - Jira Macros
-
2
-
Severity 3 - Minor
Issue Summary
While the project name from Jira contains any of the special characters (ex: "<>&), it will be displayed incorrectly via Jira Issue/Filter on the Confluence page.
This is reproducible on Data Center: (yes)
Steps to Reproduce
- Install Confluence, and Jira, and setup the application links between Confluence and Jira.
- On the Jira side:
- Create a Jira project with a special character (ex: &) as the project name (ex: A&B).
- Create one or several sample issues in the project.
- On the Confluence side:
- Create a new page
- Insert a Jira Issue/Filter macro.
- In the search area, search the newly created project (ex: project="AB").
- In the Display options, add Project as a column to display.
- Click the Insert button to insert the macro and the Save button to save the page to display the result on the Confluence page.
Please refer to the screen video about how to reproduce the issue.
Expected Results
In the Project column, it should display A&B as the project name. ![]()
Actual Results
In the Project column, it displays the project name as the screenshot below. ![]()
A&B

Please refer to the mapping table below while using the affected character:
" becomes " < becomes < > becomes > & becomes &
Workaround
Currently, there is no known workaround for this behavior to display A&B. But the Jira Project Name can be changed to avoid using these characters as the steps below:
- On Jira, navigate to Projects > View All Projects > select the affected project (ex: A&B)
- Click Project settings as a wheel icon > Details
- In the Name field, change the Project Name as you desired (ex: A and B)