Opened 18 years ago
Closed 18 years ago
#4380 closed enhancement (fixed)
Add category to timeline RSS events
Reported by: | maz | Owned by: | Jonas Borgström |
---|---|---|---|
Priority: | normal | Milestone: | 0.10.4 |
Component: | timeline | Version: | 0.10.3rc1 |
Severity: | normal | Keywords: | |
Cc: | mzizka@… | Branch: | |
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Is there any reason why the timeline's RSS format does not contain an event's category or "kind"? This can easily be added in 0.10.x with the supplied patch:
<category><?cs var:event.kind ?></category>
This should result in each "item's" category being newticket
, closedticket
, editedticket
, milestone
, changeset
or attachment
.
This could also be changed to be more specific such as ticket/closed
, ticket/reopened
, etc.
Thanks for any clarification.
Attachments (1)
Change History (6)
by , 18 years ago
Attachment: | timeline_rss_category.diff added |
---|
comment:1 by , 18 years ago
Cc: | added |
---|
comment:2 by , 18 years ago
Milestone: | → 0.10.4 |
---|
Well since this is such a simple change, I'm kinda hoping this will be added in the next 0.10.x version.
follow-up: 4 comment:3 by , 18 years ago
Milestone: | 0.10.5 → 0.10.4 |
---|
I'm hoping that this is a simple enough change that it can be implemented in the 0.10.4 incremental. If not, feel free to move it back to 0.10.5. Thanks!
comment:4 by , 18 years ago
Replying to maz <mzizka@hotmail.com>:
I'm hoping that this is a simple enough change that it can be implemented in the 0.10.4 incremental.
As an enhancement, I'd rather see it being implemented for 0.11…
comment:5 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Add category to timeline RSS items