Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Div
stylewidth:100%
idkt-documentation-section
aligncenter
HTML Table
cellpadding10px
Table Row (tr)
Link directionThe Link direction

Table Cell (td)
width70%
valigntop

Updating the issue selection

To update the starting set of issues displayed in the diagram, type the selection query in the 'Issue selection' field in the parameters panel and hit enter. The selection query must be written using JQL syntax.

The set of issues selected constitute the starting point to draw the graph. The diagram will actually show these issues plus their connected issues (outside the selection). Which connected issues will be added is determined by the Link direction Issue discovery selection.

Anchor

LinkDirectionLinkDirection
JQL
JQL
JQL queries

The starting set of issues used for the diagram is selected using a JQL query. JQL is a simple yet powerful query syntax defined by JIRA for selecting issues. The following table shows examples of frequently used JQL queries and their meaning. For all details on JQL and more examples, please refer to JIRA's documentation on Advanced searching.

JQLMeaning
Project = ABCAll issues of project ABC
Project in (ABC, DEF)All issues of projects ABC or DEF
Project = ABC and sprint = 'Sprint 9'All issues of Sprint 9 of project ABC
Project = ABC and fixversion = '3.1'All issues of version 3.1 of project ABC
Project = ABC and status != doneAll issues of project ABC that are not done
Project = ABC and assignee != jsmithAll issues of project ABC that are not assigned to user jsmith
Project = ABC and duedate < now()All overdue issues of project ABC

Anchor
IssueDiscovery
IssueDiscovery
Issue discovery

The Issue discovery parameter indicates which connected issues will be added to the starting selection. This allows you to discover, dependencies that you might miss otherwise. Let's see an example:

Joey types query 'Project = ABC' in issue selection field and hits enter. Direction He then selected is 'Both parents and children' for Issue discovery. And Now let's say one of the issue of project ABC is blocked by an issue of project DEF and that another issue of project ABC blocks an issue of project GHI. The result will be a diagram showing all issues of project ABC (and their connexionsconnections) plus the blocking issue of DEF (and its connected issues) and the blocked issue of GHI (and its connected issues).

You change the Link direction by selecting the radio button corresponding to one of three Issue discovery has three possible values:

Both parents and childrenAll related issuesAdd all nodes connected to the starting set of issues
Children onlyAdd all children nodes of the starting set of issues
Parents onlyAdd all ancestor nodes of the starting set of issues

Anchor

JQL

LinkType

JQL

LinkType

JQL queries

Link type

The starting set of issues used for the diagram is selected using a JQL query. JQL is a simple yet powerful query syntax defined by JIRA for selecting issues. For all details on JQL, please refer to JIRA's documentation on Advanced searching. The following table shows examples of frequently used JQL queries and their meaning:

JQLMeaning
Project = ABCAll issues of project ABC
Project in (ABC, DEF)All issues of projects ABC and DEF
Project = ABC and sprint = 'Sprint 9'All issues of Sprint 9 of project ABC
Project = ABC and fixversion = '3.1'All issues of version 3.1 of project ABC
Project = ABC and status != doneAll issues of project ABC that are not done
Project = ABC and assignee != jsmithAll issues of project ABC that are not assigned to user jsmith
Project = ABC and duedate < now()All overdue issues of project ABC

The selected issues constitutediagram shows only one type of links at a time. The type of links displayed is determined by the Link type parameter. Simply select the type of links you would like to see in the parameters panel on the right and the diagram will automatically get updated. The list of link types available includes all link types that are currently defined in that JIRA instance. This means you can define your own link types and they will appear in the list of options in Pathfinder.

Anchor
Orphans
Orphans
Orphans

Orphans are all displayed issues that have no connections to other issues. Note that an issue will be considered an orphan if it has children issue, but the Issue discovery parameter is set to Parents only. You can hide (or show) them by unselecting (or selecting) the 'Show orphans' option in the parameters panel on the right. Toggling that value redraws the diagram and moves the remaining nodes to their preferred position. When orphan issues are hidden, the label at the top left of the diagram indicating the number of issues shown is updated to indicate how many issues are now hidden.

 

 

Style
#breadcrumb-section {margin-bottom: 10px;}
#breadcrumbs li,#breadcrumbs li a{color: #999;}
#main-header {margin: 10px 0 0;}
#title-text a {color: #3B73AF !important;}
.page-metadata {transition: opacity .25s ease-in-out;-moz-transition: opacity .25s ease-in-out;-webkit-transition : opacity .25s ease-in-out;}
.page-metadata {opacity: 0; margin: 0 0 30px;}
.page-metadata:hover {opacity: 1.0;}
#title-text {font-family: "kulturista-web",sans-serif;font-weight: 300;font-size: 30px;line-height: 75px;padding-bottom: 5px}
#splitter-sidebar img{top: 17px;position: relative;}
#splitter-sidebar h1 { font-size: 1.2em; margin: 0; padding-bottom: 20px; padding-top: 0;}