Ticket #7229 (closed defect: fixed)
TicketQueryMacro not working properly with "col=..." params
| Reported by: | anonymous | Owned by: | cboos |
|---|---|---|---|
| Priority: | highest | Milestone: | 0.11 |
| Component: | ticket system | Version: | 0.11rc1 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
The macro
[[TicketQuery(format=table, milestone=milestone1, col=id)]]
correctly shows a one-column table for the selected tickets. but the macro
[[TicketQuery(format=table, milestone=milestone1,col=milestone)]]
shows the error
`Error: Macro TicketQuery(format=table, milestone=milestone1, col=milestone) failed
invalid literal for int() with base 10: 'milestone1'`
Systematics: the col param seems to work for numeric fields but not for text fields.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


