Ticket #4380 (closed enhancement: fixed)
Opened 5 years ago
Last modified 5 years ago
Add category to timeline RSS events
| Reported by: | maz | Owned by: | jonas |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.10.4 |
| Component: | timeline | Version: | 0.10.3rc1 |
| Severity: | normal | Keywords: | |
| Cc: | mzizka@… | ||
| Release Notes: | |||
| API 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
Change History
Changed 5 years ago by maz
- Attachment timeline_rss_category.diff added
comment:1 Changed 5 years ago by maz <mzizka@…>
- Cc mzizka@… added
comment:2 Changed 5 years ago by maz <mzizka@…>
- Milestone set to 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.
comment:3 follow-up: ↓ 4 Changed 5 years ago by maz <mzizka@…>
- Milestone changed from 0.10.5 to 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 in reply to: ↑ 3 Changed 5 years ago by eblot
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 Changed 5 years ago by cboos
- Resolution set to fixed
- Status changed from new to closed



Add category to timeline RSS items