Links between requirements and tests can be found in ‘Traceability’ tabs for both requirements and tests. But is there a way to get such information using API? Neither ‘GET /tests/:id.json’ nor ‘GET /requirements/:id.json’ responses contain such information.
I can imagine this be useful in POST and PUT when I want to create/update some test and add info about requirement the test covers.
Thanks.