Modify ↓
Opened 14 years ago
Closed 14 years ago
#9070 closed defect (fixed)
HoursRemaining fails using custom field
| Reported by: | anonymous | Owned by: | osimons |
|---|---|---|---|
| Priority: | normal | Component: | EstimationToolsPlugin |
| Severity: | normal | Keywords: | |
| Cc: | Gary Parr | Trac Release: | 0.11 |
Description
I'm using the ChildTicketsPlugin with the intention of assigning hours to child tickets that can be summed up in the parent ticket. For this, the tickets use a custom field called parent of type text that contains #N where N is the parent ticket number. When I use HoursRemaining with parent=#N the result is always 0. The exact same query syntax works with ProgressMeter so I know it is a valid query.
Attachments (0)
Change History (2)
comment:1 Changed 14 years ago by
| Owner: | changed from Joachim Hoessler to osimons |
|---|
comment:2 Changed 14 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
(In [10557]) EstimationToolsPlugin: Support # in field values for queries. Closes #9070.
Note: See
TracTickets for help on using
tickets.



Got it. Need to decode the hash before submitting the query.
Got a patch + test for it. Hang on.