{5} Assigned, Active Tickets by Owner (Full Description) (2 matches)

List tickets assigned, group by ticket owner. This report demonstrates the use of full-row display.

schst

Ticket Summary Component Milestone Type Severity Created
Description
#4 Extension must be able to skip tag content XmlReader v1.1.0 defect normal 07/23/05

If tags are included in an extension, the extension must be able to determine whether they should be handled or not in the startElement() handler.

Something like a method moveToEndTag() inside the XmlReader?.


#5 Allow context-sensitive tag definitions TagDefinitionParser v1.1.0 enhancement normal 07/23/05

It would be nice if tags could be redefined inside other tags, so the tag could be used more then once:

<defines>
  <tag name="foo" type="java.lang.String"/>
  <tag name="bar" type="java.util.HashMap">
    <tag name="foo" type="java.lang.Integer"/>
  </tag>
</defines>

Note: See TracReports for help on using and creating reports.