Modify ↓
#2959 closed defect (fixed)
RSS-Feed for Ticket report doesn't include author
| Reported by: | Owned by: | Matthew Good | |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.10 |
| Component: | report system | Version: | 0.9.4 |
| Severity: | normal | Keywords: | rss |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
eventhough the report_rss.cs template supports this field, it never is included in the output, ie.
<?cs
elif:name(item) == 'reporter' ?><?cs
set:author = item.rss ?>
never seems to be triggered.
Any ideas?
Attachments (0)
Change History (3)
comment:1 by , 20 years ago
| Milestone: | 0.9.5 → 0.10 |
|---|
comment:2 by , 19 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
Note:
See TracTickets
for help on using tickets.



The <author> is present if the "reporter" of the ticket contains an email address. This should also check for an email address in the session table.