<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.feedreader.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Feedreader.com - RSS for Jira (FeadReader does not show when issue update) - Comments</title>
 <link>http://www.feedreader.com/node/1494</link>
 <description>Comments for &quot;RSS for Jira (FeadReader does not show when issue update)&quot;</description>
 <language>en</language>
<item>
 <title>Some comments :)</title>
 <link>http://www.feedreader.com/node/1494#comment-4224</link>
 <description>&lt;p&gt;I quite perfectly get the issue that you are having. You want to change status of item to &quot;unread&quot; if there are any changes to article. We had this kind of feature in earlier versions of Feedreader (pre 3.0). We left this feature out because you cannot imagine how many blogs and newspapers are changing their content after publishing it. Add comma here or uppercase letter there. And these changes are not important to normal users. &lt;/p&gt;
&lt;p&gt;I took a look at code. Making readstatus to &quot;unread&quot; is easy but hard part is updating unreadcount after these changes. And I do not like the half made solution.&lt;/p&gt;
&lt;p&gt;Workaround from your side would be adding &quot;GUID&quot; element to feed and changing it every time you change the task. This way you will get new entry after every task change. Guid element is part of RSS 2.0 specification, you should upgrade to it.&lt;/p&gt;
&lt;p&gt;Some more remarks:&lt;/p&gt;
&lt;p&gt;Feedreader did not recognize the dates and times because timestamp that you are using is in wrong format. You are using:&lt;/p&gt;
&lt;p&gt;Tue, 25 Mar 2008 08:04:23 -0500 (CDT)&lt;/p&gt;
&lt;p&gt;But here you have to use either -0500 OR CDT not both at the same time. &lt;/p&gt;
&lt;p&gt;Greetings&lt;br /&gt;
Toomas&lt;/p&gt;
</description>
 <pubDate>Thu, 27 Mar 2008 11:41:31 +0200</pubDate>
 <dc:creator>tom-admin</dc:creator>
 <guid isPermaLink="false">comment 4224 at http://www.feedreader.com</guid>
</item>
<item>
 <title>I kinda find workaround.
I</title>
 <link>http://www.feedreader.com/node/1494#comment-4219</link>
 <description>&lt;p&gt;I kinda find workaround.&lt;br /&gt;
I added timestamp in Jira RSS generation to .&lt;br /&gt;
For thouse who interested change file:&lt;br /&gt;
atlassian-jira\WEB-INF\classes\templates\plugins\searchrequestviews\searchrequest-rss.vm&lt;br /&gt;
Chnage line:&lt;br /&gt;
    #esc($requestContext.baseUrl)/browse/$issue.key&lt;/p&gt;
&lt;p&gt;to&lt;br /&gt;
    #esc($requestContext.baseUrl)/browse/$issue.key$outlookdate.formatRssRfc822($issue.updated)&lt;/p&gt;
</description>
 <pubDate>Wed, 26 Mar 2008 17:04:45 +0200</pubDate>
 <dc:creator>Leanid</dc:creator>
 <guid isPermaLink="false">comment 4219 at http://www.feedreader.com</guid>
</item>
<item>
 <title>Also when I update feed and</title>
 <link>http://www.feedreader.com/node/1494#comment-4218</link>
 <description>&lt;p&gt;Also when I update feed and it updates issue information it does not update view of that issue. Only if I click to other feed and return back I see that updated issue get on top of the list, but there were no notification, no bold color.&lt;/p&gt;
&lt;p&gt;Is there a way for me to change RSS generation on Jira side to make FeedReader to show same issue as new if it&#039;s updated? I tried to append timestamp to title. but it does not helped. FeedReader update title, but does not trigger notification. It still see it as the same issue.&lt;/p&gt;
&lt;p&gt;I found that FeedReader only one RSS reader that proper support authentication over SSH. If only you could fix this notification for updated issue, that would make it perfect for monitoring articles that get updated.&lt;/p&gt;
</description>
 <pubDate>Wed, 26 Mar 2008 16:42:04 +0200</pubDate>
 <dc:creator>Leanid</dc:creator>
 <guid isPermaLink="false">comment 4218 at http://www.feedreader.com</guid>
</item>
<item>
 <title>added feature request for</title>
 <link>http://www.feedreader.com/node/1494#comment-4206</link>
 <description>&lt;p&gt;added feature request for that issue:&lt;br /&gt;
http://www.feedreader.com/node/1495&lt;/p&gt;
</description>
 <pubDate>Tue, 25 Mar 2008 17:25:19 +0200</pubDate>
 <dc:creator>Leanid</dc:creator>
 <guid isPermaLink="false">comment 4206 at http://www.feedreader.com</guid>
</item>
<item>
 <title>I use FeedReader 3.12</title>
 <link>http://www.feedreader.com/node/1494#comment-4205</link>
 <description>&lt;p&gt;I use FeedReader 3.12&lt;/p&gt;
</description>
 <pubDate>Tue, 25 Mar 2008 15:17:14 +0200</pubDate>
 <dc:creator>Leanid</dc:creator>
 <guid isPermaLink="false">comment 4205 at http://www.feedreader.com</guid>
</item>
<item>
 <title>RSS for Jira (FeadReader does not show when issue update)</title>
 <link>http://www.feedreader.com/node/1494</link>
 <description>&lt;p&gt;First let me thank you for FeedReader. I love it. It even work nicely for RSS over https + authentication.&lt;/p&gt;
&lt;p&gt;I am trying to use it to monitor issue in Jira. I do use SSL+authentication and it works fine. I have other problem:&lt;br /&gt;
When I create new issue FeedReader correctly shows notification, but when I update issue, like changing status, FeedReader get new information, but does not notify or make article bold again. So user does not know that something changed for that issue.&lt;/p&gt;
&lt;p&gt;For example RssReader will always create new article for every issue update.&lt;br /&gt;
Personally I would prefer mixed solution.&lt;/p&gt;
&lt;p&gt;When the same entry updated, FeedReader shows notification and move existing article on the top of the list and make it bold. But even duplication of article will be better then not showing notification at all.&lt;br /&gt;
In current form FeadReader is not usable for Jira RSS feeds.&lt;/p&gt;
&lt;p&gt;To reproduce please use Jira sandbox:&lt;br /&gt;
http://jira.atlassian.com/secure/IssueNavigator.jspa?reset=true&amp;amp;pid=10420&amp;amp;status=1&amp;amp;component=10371&lt;br /&gt;
Subscribe to that RSS feed - click to &quot;RSS (issues)&quot;.&lt;/p&gt;
&lt;p&gt;Login with user name: feedreader and password &quot;feadreader1&quot;&lt;br /&gt;
Change status of one of the issues, for example:&lt;br /&gt;
http://jira.atlassian.com/browse/TST-13959&lt;br /&gt;
Click &quot;Close Issue&quot;.&lt;/p&gt;
&lt;p&gt;Update feed and FeadReader does not show that article changed, but it will have correct entry with new update status.&lt;/p&gt;
&lt;p&gt;It would be great if you could fix it.&lt;/p&gt;
&lt;p&gt;Then&lt;/p&gt;
&lt;div class=&quot;forum-topic-navigation&quot;&gt;&lt;a href=&quot;/node/1503&quot; class=&quot;topic-previous&quot; title=&quot;Go to previous forum topic&quot;&gt;‹ Feed from FeedBurner hangs Feedreader 3.12&lt;/a&gt; &lt;a href=&quot;/node/1481&quot; class=&quot;topic-next&quot; title=&quot;Go to next forum topic&quot;&gt;Notification Feature ›&lt;/a&gt;&lt;br class=&quot;clear&quot; /&gt;&lt;/div&gt;</description>
 <comments>http://www.feedreader.com/node/1494#comment</comments>
 <category domain="http://www.feedreader.com/taxonomy/term/6">Feed problems</category>
 <pubDate>Tue, 25 Mar 2008 15:15:34 +0200</pubDate>
 <dc:creator>Leanid</dc:creator>
 <guid isPermaLink="false">1494 at http://www.feedreader.com</guid>
</item>
</channel>
</rss>
