We are managing features using Phriction pages. The workflow is:
- Create project (ie, #feature1)
- Add team members to project
- Open tasks inside project (T123, T124, T125)
- Document feature work on Phriction page for feature (a spec, more or less)
- Use Phriction page as heads-up view of what team is building and where they are at with building it
What I need is the ability to link all of the tasks associated with a feature into the wiki page. I am doing this manually now, but obviously this is a maintenance nightmare as new tasks are opened by individual developers or bugs are reported, etc. The goal is to give management / exec team a single place to look at for both status of a project as well as technical design and managing instructions once the feature is live. We have found that there is a negative relationship between number of different places information lives for a project and the likelyhood that people will be up-to-date on the status of that project.
I would love to be able to do something like #feature1.opentasks or #feature1.all to be able to programatically embed the open tasks or all tasks associated with a project tag into the wiki page for that project. Possible?