Skip to content

Commit 32f6da3

Browse files
authored
feat: Add rules for exchanges link
Merge pull request #24 from DSD-DBS/update-template
2 parents 64a18e1 + dc0da5d commit 32f6da3

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

template/.polarion/tracker/fields/custom-fields.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ SPDX-License-Identifier: Apache-2.0 -->
2424
<field id="exchange_items_reverse" description="Grouped links backlinks for exchange items." name="Exchange item in" type="text/html" />
2525
<field id="involved_activities" description="Grouped links for involved activities." name="Involved activities" type="text/html" />
2626
<field id="involved_activities_reverse" description="Grouped links backlinks for involved activities." name="Involved as an activity by" type="text/html" />
27+
<field id="involved_functions" description="Grouped links for involved functions." name="Involved functions" type="text/html" />
28+
<field id="involved_functions_reverse" description="Grouped links backlinks for involved functions." name="Involved as a function by" type="text/html" />
2729
<field id="involved_entities" description="Grouped links for involved entities." name="Involved entities" type="text/html" />
2830
<field id="involved_entities_reverse" description="Grouped links backlinks for involved entities." name="Involved as an entity by" type="text/html" />
2931
<field id="diagram_elements" description="Grouped links for diagram elements." name="Diagram elements" type="text/html" />

template/.polarion/tracker/fields/workitem-link-role-enum.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,11 @@ SPDX-License-Identifier: Apache-2.0 -->
130130
</option>
131131
<option id="exchanges" description="The exchanges connecting the Function." name="exchange" oppositeName="is exchange on" sortOrder="110">
132132
<rule from="systemFunction, logicalFunction, physicalFunction" to="functionalExchange" />
133+
<rule from="physicalComponent" to="componentExchange" />
134+
<rule from="physicalComponentNode" to="componentExchange" />
135+
<rule from="physicalComponentBehavior" to="componentExchange" />
136+
<rule from="physicalActor" to="componentExchange" />
137+
<rule from="physicalLink" to="componentExchange" />
133138
</option>
134139
<option id="input_exchanges" description="Incoming FunctionalExchange on any Function outside of the Operational layer." name="incoming" oppositeName="is input exchange on" sortOrder="113">
135140
<rule from="systemFunction, logicalFunction" to="functionalExchange" />

0 commit comments

Comments
 (0)