Wiki

List

* Item 1
  * Sub List

1. Item 1 of Numbered List

Headings

= Heading =
== Subheading ==

Line

Horizontal Line, Separator:

Four or more dashes (----) will be replaced by a horizontal line (<HR>).

Paragraph

Hard Return/Forced Line Break

[[BR]]

Tables

||Cell 1||Cell 2||Cell 3||
||Cell 4||Cell 5||Cell 6||

Text

Bold

'''bold'''

Formatted

_

Italic

''italic''

Query

Simple examples of query reports…

[[TicketQuery(priority=major&status=new|assigned|reopened&owner=patrick)]]
[[TicketQuery(status=assigned|new|reopened&workingon=yes&group=owner&order=priority)]]

A simple way to build the parameters for these reports is to:

  • Create a Custom Query from the View Tickets section.

  • After creating the query, click Save query (at the bottom of the page).

  • The query string can be copied from the Query for Report text box.

Note: Parameters like this, status=assigned&status=new&status=reopened will need to be edited so they appear like this: status=assigned|new|reopened in the TicketQuery.

Style

WikiFormatting, Processors

{{{
#!html
<h1 style="text-align: right;">Development Documentation</h1>
}}}