Modify ↓
Ticket #7349 (closed enhancement: duplicate)
Opened 4 years ago
Last modified 4 years ago
Add time/changetime to ticket api and query filter
| Reported by: | goncha@… | Owned by: | cboos |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | ticket system | Version: | 0.12dev |
| Severity: | normal | Keywords: | |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
Description
- Add time/changetime to ticket api
- Query supports time/changetime filter (using jQuery UI datepicker for user input)
Attachments
Change History
Changed 4 years ago by goncha@…
- Attachment trac-query.patch.gz added
comment:1 Changed 4 years ago by cboos
Wow, missed that one, looks very promising.
comment:2 Changed 4 years ago by anonymous
Attached a bugfixed patch:
- Fix generation of constraint sql
- Make a value copy for datetime conversion before db action, times remain objects of datetime (not int) in ticket listener
- Add skip property in field definition
- Support skipped custom field of datetime, use ticket listener to manipulate them & custom query to query them
Todo:
- Fully support custom fields of datetime type
comment:3 Changed 4 years ago by cboos
- Milestone 0.12 deleted
- Resolution set to duplicate
- Status changed from new to closed
So I've tested the patch a bit, but as this feature corresponds exactly to the older ticket #2288, I'm closing this ticket as duplicate. Resuming the discussion on that other ticket will have the advantage to reach more people who are already on the CC: and that will be able to contribute feedback as well (I'll add you to the CC there as well).
Note: See
TracTickets for help on using
tickets.



Patch against trunk [7218]