I try to include an RSS-Feed from JIRA into Confluence, e.g. by using either Web-Feed or RSS-Feed Makros.
I include "os_username=my_jira_username&os_password=my_jira_password" in th URL, so I really get a result!
Unfortunately it looks rather bad, because the output shows HTML-tags like this:
<a href="https://jira.my_domain.de/secure/ViewProfile.jspa?name=xyz123" class="activity-item-user activity-item-author">Mr. Unknown</a> änderte die Zusammenfassung von <a href="https://jira.my_domain.de/browse/MuB72-7">MuB72-7</a> zu 'Verständliche Rollen zur strukturierten Bereichs- und Seitenverwaltung'
Is there a way to have HTML interpreted correctly? So as to receive something like
Mr. Unknown änderte die Zusammenfassung von MuB72-7 zu 'Verständliche Rollen zur strukturierten Bereichs- und Seitenverwaltung'
instead?