Hi,
in my company we receive "requests" to implement new functionalities.
Each request is tracked in another database and is used to track who did the request (which customer), the cost etc etc.
From each request we write a list of requirements.
And for each requirement we have one or several use cases.
The link between use cases and requirements is a sandard in EA, I use the "realization" one, because it is the one created automatically when you drag and drop a requirement to a use case.
Each requirement as a unique name like:
REQ-001 My requirement
The concept of "request" does not really exists out of the box.
I use the "Requirement" element, but the name looks more lire:
REQUEST-001 My request.
So I can easily differentiate request from requirement (I could even use the "type" field, but this is not my problem in this topic).
So relationships are:
REQUEST <-> REQUIREMENTS <-> USE CASES
My problem is:
How can I easily know the request (or the list of requests) associated to a use case (or the opposite)??
Because there is no direct-link.
When I select a "request", I can see the list of requirements (for example in the hierarchy view), and when I select a requirements I can see the list of use cases.
But how can I see the list of use case when I select a "request"??
I tried to do a "search" unsuccessfully.
It is very important because our test team create tests cases from use cases, so they need to know the list of use cases impacted by a new request (cuurently, requirements and use cases are organized in several packages. Those packages are children of "Application" packages. Like this:
+ APPLICATION1
+ USE CASES
+ REQUIREMENTS
+ APPLICATION2
+ USE CASES
+ REQUIREMENTS
)
How can I say to the test team, here are the uses cases for which you have to write tests case for this "Request"??
Any idea?
thanks you

Rod