I am trying to use Features and Bugs as generalized containers of a request. The incidents the represent actual requests and are being associated to the feature of bug so that I can get an idea of how many users are requesting certain features or experiencing certain bugs. When I change the state of the feature or bug I would like to be able to iterate through all its related incidents and change their states.
From what I can see this is not possible right now through the UI. I was thinking of either doing this through an external application that could listen for the event of a bug or feature changing and then sync the incidents with the change. Or more simply maybe just add a trigger to the table.
Thoughts are appreciated.
Thanks,
Ryan