Skip to content

Commit f7c7dd6

Browse files
authored
feat!: Grouped links custom fields
Merge pull request #12 from DSD-DBS/add-custom-fields
2 parents 002c125 + 8787e22 commit f7c7dd6

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

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

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,33 @@ SPDX-License-Identifier: Apache-2.0 -->
1414
<field description="Requirement text from a Requirement of type Safety." id="safety" name="Safety" type="text/html"/>
1515
<field description="Requirement text from a Requirement of type Security." id="security" name="Security" type="text/html"/>
1616
<field description="Requirement text from a Requirement of type Standards." id="standards" name="Standards" type="text/html"/>
17+
<field description="Grouped links for allocated funtions." id="allocated_functions" name="Allocated functions" type="text/html"/>
18+
<field description="Grouped links for allocated functional exchanges." id="allocated_functional_exchanges" name="Allocated functional exchanges" type="text/html"/>
19+
<field description="Grouped links for exchanged items." id="exchanged_items" name="Exchanged items" type="text/html"/>
20+
<field description="Grouped links for involved activities." id="involved_activities" name="Involved activities" type="text/html"/>
21+
<field description="Grouped links for involved entities." id="involved_entities" name="Involved entities" type="text/html"/>
22+
<field description="Grouped links for diagram elements." id="diagram_elements" name="Diagram elements" type="text/html"/>
23+
<field description="Grouped links for state machines." id="state_machines" name="State machines" type="text/html"/>
24+
<field description="Grouped links for parent." id="parent" name="Parent" type="text/html"/>
25+
<field description="Grouped links backlinks for allocated functions." id="allocated_functions_reverse" name="Allocated as a function by" type="text/html"/>
26+
<field description="Grouped links backlinks for allocated functional exchanges." id="allocated_functional_exchanges_reverse" name="Allocated as a functional Exchange by" type="text/html"/>
27+
<field description="Grouped links backlinks for exchanged items." id="exchanged_items_reverse" name="Exchanged item in" type="text/html"/>
28+
<field description="Grouped links backlinks for involved activities." id="involved_activities_reverse" name="Involved as an activity by" type="text/html"/>
29+
<field description="Grouped links backlinks for diagram elements." id="diagram_elements_reverse" name="Diagrams" type="text/html"/>
30+
<field description="Grouped links backlinks for state machines." id="state_machines_reverse" name="State machine in" type="text/html"/>
31+
<field description="Grouped links backlinks for parent." id="parent_reverse" name="Children" type="text/html"/>
32+
<field description="Grouped links for constraints." id="constraints" name="Constraints" type="text/html"/>
33+
<field description="Grouped links for output functional exchanges." id="output_exchanges" name="Output exchanges" type="text/html"/>
34+
<field description="Grouped links for input functional exchanges." id="input_exchanges" name="Input exchanges" type="text/html"/>
35+
<field description="Grouped links for activities." id="activities" name="Activities" type="text/html"/>
36+
<field description="Grouped links for outputs." id="outputs" name="Outputs" type="text/html"/>
37+
<field description="Grouped links for inputs." id="inputs" name="Inputs" type="text/html"/>
38+
<field description="Grouped links for description references." id="description_reference" name="Description references" type="text/html"/>
39+
<field description="Grouped links backlinks for constraints." id="constraints_reverse" name="Constraints" type="text/html"/>
40+
<field description="Grouped links backlinks for output functional exchanges." id="output_exchanges_reverse" name="Output exchange in" type="text/html"/>
41+
<field description="Grouped links backlinks for input functional exchanges." id="input_exchanges_reverse" name="Input exchange in" type="text/html"/>
42+
<field description="Grouped links backlinks for activities." id="activities_reverse" name="Activity in" type="text/html"/>
43+
<field description="Grouped links backlinks for outputs." id="outputs_reverse" name="Output in" type="text/html"/>
44+
<field description="Grouped links backlinks for inputs." id="inputs_reverse" name="Input in" type="text/html"/>
45+
<field description="Grouped links backlinks for descriptions references." id="description_reference_reverse" name="Referenced in description by" type="text/html"/>
1746
</fields>

0 commit comments

Comments
 (0)