Cannot add a custom atom feed from bugzilla

The URL is fine and NewsBlur did find the feed. The fetch was what failed: bugs.kde.org refuses any request whose user agent looks like a desktop browser, and NewsBlur’s fetcher ends its user agent with one, so every fetch came back 403 and the feed sat empty with no title. I’ve changed the fetcher to retry with its plain NewsBlur user agent when a site does that, which bugs.kde.org accepts. Your subscription should fill in on its next fetch after the deploy, no need to re-add it.