Hello
First of all, sorry if I put this post in wrong section. And I did not find any information about problem below. So:
My question is, is there a possbility to modify a requirements class, or something else to achieve a situation that if I am linking a requirement to a testcase, then all of requirements that have child-parent relation to this linked requirement, are also linked to that testcase?
I dont know if I explained it enough. Anyway - thanks for all feedback
Another question then - with what function should I start with? I suppose the only place will be some function in backend -> reqTcAssign.php or requirements.inc.php?
Then I have to modify it in that way, when user clicks "assign" the sql will also join the requirements that have relation with chosen one, and then make another relation.
Or - if it will be to complex - can I do it manually, on database?