Vivid Trace 1.2 Glossary
This glossary identifies terms and definitions for Vivid Trace.
effective directions noun The effective directions control which issue relationships are followed during the search process, and are either calculated from the JQL function parameter direction
, or are intrinsic to the JQL function.
effective issue link types noun The effective issue link types control which issue link types are followed during the search process, and can be calculated by supplying the JQL function parameter issueLinkTypes
.
Issue Count Soft Maximum noun The Issue Count Soft Maximum is a breaker-switch that limits the number of issues fetched and displayed in individual issue relation graphs, balancing available compute power with the need to display issue relation graphs in their entirety.
Issue Relation Graph noun A graph of issues and their relations. Issues can be related by either JIRA issue links or by parent/sub-task relationships.
orphan issues noun Issues that have no issue link and no parent/sub-task relationships. Issue Relation Graphs classify issues as orphans if those issues have relations that are all disabled in the relevant project configuration.
parent issues noun A parent issue is an issue that has one or more sub-tasks. Any issue that is able to have sub-tasks is able to become a parent issue.
seed issues noun JQL functions can be instructed to start searching from a specific set of issues, called "seed issues". Seed issues can be supplied by directly specifying individual issues with the JQL function parameter issue
, and from the results of running a JQL query with the jql
parameter.
traceability noun The quality of being able to trace the progression of the units of work that ultimately produce an output or deliverable. In JIRA, traceability enables us to relate i.e. requirements with design decisions, implementations, and test cases by following paths formed by issue relationships between issues (the units of work).