Edgewall Software

Changes between Version 2 and Version 11 of Ticket #10979


Ignore:
Timestamp:
Jan 24, 2013, 8:53:26 PM (11 years ago)
Author:
Ryan J Ollos <ryan.j.ollos@…>
Comment:

Thanks! TracReports has been updated.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10979

    • Property Status newclosed
    • Property Owner set to Ryan J Ollos <ryan.j.ollos@…>
    • Property Milestone next-dev-1.1.x1.1.1
    • Property Resolutionfixed
  • Ticket #10979 – Description

    v2 v11  
    1 It would be useful to be able to use dynamic variables in the report summary and description. Some use cases for this were discussed in th:#10488. Here are some examples of how it could be used in the title:
     1It would be useful to be able to use dynamic variables in the report title and description. Some use cases for this were discussed in th:#10488. Here are some examples of how it could be used in the title:
    22 * Tickets for $COMPONENT
    33 * $STATUS tickets for milestone $MILESTONE
  • Ticket #10979 – Release Notes

    v2 v11  
     1Dynamic variables can be used in the report title and description.
  • Ticket #10979 – API Changes

    v2 v11  
     1New function `sub_vars` in `trac.util.text` for substituting `$XYZ`-style variables in a string.