Modify ↓
#140 closed enhancement (fixed)
Dynamic reports using variables
Reported by: | daniel | Owned by: | daniel |
---|---|---|---|
Priority: | normal | Milestone: | 0.6 |
Component: | general | Version: | devel |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Reports should be more dynamic. It should be possible to add dynamic variables beyond the simple $USER described in #139.
- It should be possible to specify arguments in the report URL
- If a variable is specified in the query, but not given in the URL, Trac should present a simple form querying the values.
Example: http://projects.edgewall.com/trac/reports/3?user=daniel&milestone=0.7
The user and milestone args should substitute any occurance of $USER and $MILESTONE in the sql query with the respective argument.
Attachments (0)
Change History (4)
comment:1 by , 21 years ago
comment:2 by , 21 years ago
Milestone: | 0.7 → 0.6 |
---|---|
Status: | new → assigned |
Add documentation to TracReports.
comment:3 by , 21 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Documentation done. See TracReports.
Note:
See TracTickets
for help on using tickets.
Partially fixed in [278]. The URL part works fine, but no automatic forms yet though.