Ticket #4434 (closed enhancement: fixed)
timeline RSS feed: items for created tickets have the same content for <title> and <description>
| Reported by: | Florent Angebault <fangebault@…> | Owned by: | cboos |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.11 |
| Component: | timeline | Version: | 0.10.3 |
| Severity: | normal | Keywords: | rss |
| Cc: |
Description
Currently, in the RSS feed for the timeline page, an <item> element corresponding to a new ticket contains the following information:
<item> <title>Ticket #N (task created): "Ticket's short summary"</title> ... <description>"Ticket's short summary"</description> </item>
It would be nicer and more useful to put the full description of the ticket into the <description> element, like this:
<item> <title>Ticket #N (task created): "Ticket's short summary"</title> ... <description>"Ticket's full description"</description> </item>
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


