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)
Table Cell (td)
width70%
valigntop

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 are 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



 

 

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;}