Am 06.01.2010 10:51, schrieb JRendell:
I would like to create a report that lists the descriptions (and
comments) of all requirements, and the linked user stories, grouped by
requirement.  (Sometimes it's just easier to have everything in one
page.)
I'm ok if a user story appears more than once (if it's linked to
multiple requirements.)

That's tough because trac's reports are very sql-oriented and it's almost impossible to display hierarchical information without additional postprocessing in a programming language.

However there are some requests in the past for a facility like that so if someone would start writing some kind of Agilo-addon for that, I'll be glad to support you.

Also, is there any easy way to create a report of all unlinked tickets
(eg all bugs or tasks that aren't linked to a user story)?

A simple way to approach that problem would be to create a query that lists all tasks with an empty sprint value.

fs

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to