Jozef,
In order to identify which relationships in a project are cross-project, you can use the API to get all relationships for a project, and also use the optional include functionality to get toItem and fromItem data, then parse out only results for which the 'project' field on the toItem and the fromItem don't match. Get the relationship IDs of all the relationships that meet this condition, then delete them also via the API.
------------------------------
Abby Embree
Jama Software
------------------------------
Original Message:
Sent: 08-28-2018 21:27
From: Jozef Vandenmooter
Subject: Need to identify cross-project relationships
We ended up with thousands of cross-project relationships and need to delete them all because they make traceability reports unreadable.
I found Harald's posts on how to do this, but I do not want to delete all relationships in a project.
I am able to list all the relationships for a particular project using REST calls, but I need to be able to identify cross-project relationships
Thanks,
Jozef