-
Bug
-
Resolution: Timed out
-
Low
-
Severity 3 - Minor
Issue Summary
The Feed Builder of Confluence is no longer working. After creating a new feed, the XML is created with empty information for the space you selected..
Steps to Reproduce
- On Confluence, next to the cog icon at the top-right corner of the topbar, click on ? > Feed Builder;
- Select a space to create the feed;
- Click on the Create RSS Feed button;
- Click over the button it generated.
Expected Results
The XML is created with the information about the pages on that space.
Actual Results
There is no information in the XML
<?xml version="1.0" encoding="UTF-8"?> <feed xmlns="http://www.w3.org/2005/Atom"> <title>Confluence RSS Feed</title> <link rel="alternate" href="https://SITENAME.atlassian.net/wiki" /> <subtitle>Confluence Syndication Feed</subtitle> <id>https://SITENAME.atlassian.net/wiki</id> </feed>
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available