I can present informations extracted from artifact links.
Example, I can have, in a Bug tracker:
Title | Status | Reported In
--------------|--------|------------
error in load | open | 8.8, 8.9
cannot reboot | closed | 8.7
Where "Reported In" is a column configured to display artifact link nature "reported_in" with filed "title"
In this case, it means that thtere is a link between bug "error in load" and artifact release "8.8" and artifact release "8.9", etc.
Another example, in a Package tracker:
Package | Version | Elements | Deployed in |
--------------|---------|------------------------|---------------------|
PackA | V1 | BundleA v1, Bundle2 v1 | New york, Amsterdam |
PackB | V2 | BundleC v3 | Paris |
Where both "Elements" and "Deployed In" columns are built out of artifact link natures:
- column "Element" corresponds to "has_element" nature, it's configured to display "%title %version" fields from linked artifacts
- column "Deployed_in" corresponds to "deployed_in" nautre, it's configured to display "%location" field from linked artifact