What is the proper way to cross-reference dictionary items or other items in Jama?
MSE
Member Posts: 11
Suppose I want to cross-reference another item in Jama from the Description field of an item. What is the best practice to do something like that? For example, suppose I have one requirement and one interface:
If the Airspeed_Status
is FAILED, the Displayed_Airspeed
shall be "—".
In the data dictionary I have an entry for Airspeed_Status
and also another for Displayed_Airspeed
.
Such that, by clicking on Airspeed_Status, I would be taken to the data dictionary entry for it. I suppose this is done via hyperlinks. That was my first thought, but just in case there is some other intelligent way, I would be interested in knowing.
2