-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
None
-
Affects Version/s: 7.2.1, 7.2.2
-
Component/s: Integrations - Jira
-
5
-
Severity 3 - Minor
-
0
Problem
Jira can't locate Confluence page that contains ":"
Environment
- Confluence 7.2.1
- Jira 8.1.0
Steps to Reproduce
In Confluence
In Jira
- Create a Story
- At the Story, click on More > Link
- Click on Confluence Page and add the Confluence page URL
- Click on *Link
Expected Results
Actual Results
Workaround
Nginx
location /<context-path> {
proxy_set_header X-Forwarded-Host $host;
proxy_set_header X-Forwarded-Server $host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
if ($request_uri ~* "/<context-path>(/.*)") {
proxy_pass http://<base-url>/<context-path>$1; break;
}
proxy_pass http://<base-url>/<context-path>;
}
Apache
ProxyPass /confluence http://localhost:8090/confluence nocanon
Notes
- is related to
-
CONFSERVER-54431 JIRA issues Macro error encoding UTF-8 to "Epic name" with special character
-
- Long Term Backlog
-