Ticket #7806 (new enhancement)
Opened 2 months ago
Add ability to link report groups to a custom URL
| Reported by: | JoshuaH@… | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | report system | Version: | none |
| Severity: | normal | Keywords: | reports links groups |
| Cc: |
Description
We use a report configured to display a small amount of information for each group, and wanted to be able to click on the group header to go to another report in case further information was needed.
The patch I ended up using adds support for a __grouplink__ column in SQL queries; if present, its contents are used as the target HREF for the group header.
It would be nice if it was possible to use TracLinks for this field as well, but it wasn't immediately obvious to me how to invoke the parser for those.
I will attach the patch I used.


