wiki:TicketQuery

TicketQuery Wiki Macro

The TicketQuery macro lets you display ticket information anywhere that accepts WikiFormatting. The query language used by the [[TicketQuery]] macro is described in the TracQuery page.

Usage

[[TicketQuery]]

Wiki macro listing tickets that match certain criteria.

This macro accepts a comma-separated list of keyed parameters, in the form "key=value".

If the key is the name of a field, the value must use the syntax of a filter specifier as defined in TracQuery#QueryLanguage. Note that this is not the same as the simplified URL syntax used for query: links starting with a ? character. Commas (,) can be included in field values by escaping them with a backslash (\).

Groups of field constraints to be OR-ed together can be separated by a literal or argument.

In addition to filters, several other named parameters can be used to control how the results are presented. All of them are optional.

The format parameter determines how the list of tickets is presented:

  • list -- the default presentation is to list the ticket ID next to the summary, with each ticket on a separate line.
  • compact -- the tickets are presented as a comma-separated list of ticket IDs.
  • count -- only the count of matching tickets is displayed
  • rawcount -- only the count of matching tickets is displayed, not even with a link to the corresponding query (since 1.1.1)
  • table -- a view similar to the custom query view (but without the controls)
  • progress -- a view similar to the milestone progress bars

The max parameter can be used to limit the number of tickets shown (defaults to 0, i.e. no maximum).

The order parameter sets the field used for ordering tickets (defaults to id).

The desc parameter indicates whether the order of the tickets should be reversed (defaults to false).

The group parameter sets the field used for grouping tickets (defaults to not being set).

The groupdesc parameter indicates whether the natural display order of the groups should be reversed (defaults to false).

The verbose parameter can be set to a true value in order to get the description for the listed tickets. For table format only. deprecated in favor of the rows parameter

The rows parameter can be used to specify which field(s) should be viewed as a row, e.g. rows=description|summary

The col parameter can be used to specify which fields should be viewed as columns. For table format only.

For compatibility with Trac 0.10, if there's a last positional parameter given to the macro, it will be used to specify the format. Also, using "&" as a field separator still works (except for order) but is deprecated.

Examples

Example Result Macro
Number of Triage tickets: 2297 [[TicketQuery(status=new&milestone=,count)]]
Number of new tickets: 2315 [[TicketQuery(status=new,count)]]
Number of reopened tickets: 93 [[TicketQuery(status=reopened,count)]]
Number of assigned tickets: 55 [[TicketQuery(status=assigned,count)]]
Number of invalid tickets: 729 [[TicketQuery(status=closed,resolution=invalid,count)]]
Number of worksforme tickets: 1165 [[TicketQuery(status=closed,resolution=worksforme,count)]]
Number of duplicate tickets: 4410 [[TicketQuery(status=closed,resolution=duplicate,count)]]
Number of wontfix tickets: 1037 [[TicketQuery(status=closed,resolution=wontfix,count)]]
Number of fixed tickets: 11553 [[TicketQuery(status=closed,resolution=fixed,count)]]
Number of untriaged tickets (milestone unset): 2493 [[TicketQuery(status!=closed,milestone=,count)]]
Total number of tickets: 22927 [[TicketQuery(count)]]
Number of tickets reported or owned by current user: 3796 [[TicketQuery(reporter=$USER,or,owner=$USER,count)]]
Number of tickets created this month: 24 [[TicketQuery(created=thismonth..,count)]]
Number of closed Firefox tickets: 1 [[TicketQuery(status=closed,keywords~=firefox,count)]]
Number of closed Opera tickets: 11 [[TicketQuery(status=closed,keywords~=opera,count)]]
Number of closed tickets affecting Firefox and Opera: 0 [[TicketQuery(status=closed,keywords~=firefox opera,count)]]
Number of closed tickets affecting Firefox or Opera: 12 [[TicketQuery(status=closed,keywords~=firefox|opera,count)]]
Number of tickets that affect Firefox or are closed and affect Opera: 12 [[TicketQuery(status=closed,keywords~=opera,or,keywords~=firefox,count)]]
Number of closed Firefox tickets that don't affect Opera: 0 [[TicketQuery(status=closed,keywords~=firefox -opera,count)]]
Last 3 modified tickets: #24056, #24055, #24054 [[TicketQuery(max=3,order=modified,desc=1,compact)]]

Details of ticket #1:

[[TicketQuery(id=1,col=id|owner|reporter,rows=summary,table)]]

Ticket Owner Reporter
#1 imi imi
Summary Import of background images from an image server

Format: list

[[TicketQuery(version=0.6|0.7&resolution=duplicate)]]

This is displayed as:

No results

[[TicketQuery(id=123)]]

This is displayed as:

#123
Plugin actions cannot be registered and put in the toolbar

Format: compact

[[TicketQuery(version=0.6|0.7&resolution=duplicate, compact)]]

This is displayed as:

No results

Format: count

[[TicketQuery(version=0.6|0.7&resolution=duplicate, count)]]

This is displayed as:

0

Format: progress

[[TicketQuery(milestone=0.12.8&group=type,format=progress)]]

This is displayed as:

Format: table

You can choose the columns displayed in the table format (format=table) using col=<field>. You can specify multiple fields and the order they are displayed in by placing pipes (|) between the columns:

[[TicketQuery(max=3,status=closed,order=id,desc=1,format=table,col=resolution|summary|owner|reporter)]]

This is displayed as:

Results (1 - 3 of 20400)

1 2 3 4 5 6 7 8 9 10 11
Ticket Resolution Summary Owner Reporter
#24045 othersoftware Failure contacting the server team TeBaMa
#24044 duplicate Upload is Corrupt team riesenbp@…
#24043 othersoftware Just Can't Upload team tmaqelepo@…
1 2 3 4 5 6 7 8 9 10 11

Full rows

In table format you can specify full rows using rows=<field>:

[[TicketQuery(max=3,status=closed,order=id,desc=1,format=table,col=resolution|summary|owner|reporter,rows=description)]]

This is displayed as:

Results (1 - 3 of 20400)

1 2 3 4 5 6 7 8 9 10 11
Ticket Resolution Summary Owner Reporter
#24045 othersoftware Failure contacting the server team TeBaMa
Description

When I update data I have no Access Token to OSM Server after the opening problems of JOSM yesterday.

Preferences > OSM Server > authorize now automatic : generates a Program Error

#24044 duplicate Upload is Corrupt team riesenbp@…
Description

What steps will reproduce the problem?

What is the expected result?

What happens instead?

Please provide any additional information below. Attach a screenshot if possible.

Revision:19265
Build-Date:2024-12-04 13:41:57

Identification: JOSM/1.5 (19265 nl) Windows 11 64-Bit
OS Build number: Windows 10 Pro 24H2 (26100)
Memory Usage: 1976 MB / 6020 MB (764 MB allocated, but free)
Java version: 21.0.5+11-LTS, Azul Systems, Inc., OpenJDK 64-Bit Server VM
Look and Feel: com.sun.java.swing.plaf.windows.WindowsLookAndFeel
Screen: \Display0 1920x1080x32bpp@48Hz (scaling 1.50×1.50)
Maximum Screen Size: 1920×1080
Best cursor sizes: 16×16→48×48, 32×32→48×48
System property file.encoding: UTF-8
System property sun.jnu.encoding: Cp1252
Locale info: nl_NL
Numbers with default locale: 1234567890 -> 1234567890
VM arguments: [-Djpackage.app-version=1.5.19265, -XX:MaxRAMPercentage=75.0, --add-modules=java.scripting,java.sql,javafx.controls,javafx.media,javafx.swing,javafx.web, --add-exports=java.base/sun.security.action=ALL-UNNAMED, --add-exports=java.desktop/com.sun.imageio.plugins.jpeg=ALL-UNNAMED, --add-exports=java.desktop/com.sun.imageio.spi=ALL-UNNAMED, --add-opens=java.base/java.lang=ALL-UNNAMED, --add-opens=java.base/java.nio=ALL-UNNAMED, --add-opens=java.base/jdk.internal.loader=ALL-UNNAMED, --add-opens=java.base/jdk.internal.ref=ALL-UNNAMED, --add-opens=java.desktop/javax.imageio.spi=ALL-UNNAMED, --add-opens=java.desktop/javax.swing.text.html=ALL-UNNAMED, --add-opens=java.prefs/java.util.prefs=ALL-UNNAMED, -Djpackage.app-path=%UserProfile%\AppData\Local\JOSM\JOSM.exe]
Dataset consistency test: No problems found

Plugins:
+ buildings_tools (36344)

Last errors/warnings:
- 94946.128 E: org.openstreetmap.josm.io.OsmTransferCanceledException: Operation canceled
- 94958.197 E: org.openstreetmap.josm.io.OsmTransferCanceledException: Operation canceled
- 95003.381 E: org.openstreetmap.josm.io.OsmTransferCanceledException: Operation canceled
- 95057.648 E: org.openstreetmap.josm.io.OsmTransferCanceledException: Operation canceled
- 95128.903 E: org.openstreetmap.josm.io.OsmTransferCanceledException: Operation canceled
- 95146.750 E: org.openstreetmap.josm.io.OsmTransferCanceledException: Operation canceled
- 95208.334 E: org.openstreetmap.josm.io.OsmTransferCanceledException: Operation canceled
- 95208.346 E: org.openstreetmap.josm.io.OsmTransferCanceledException: Operation canceled
- 95208.356 E: Handled by bug report queue: org.openstreetmap.josm.io.OsmTransferCanceledException: Operation canceled
- 95208.373 W: 1 problems occurred during upload/save



=== REPORTED CRASH DATA ===
BugReportExceptionHandler#handleException:
No data collected.

Warning issued by: BugReportExceptionHandler#handleException

=== STACK TRACE ===
Thread: AWT-EventQueue-0 (37) of main
org.openstreetmap.josm.io.OsmTransferCanceledException: Operation canceled
	at org.openstreetmap.josm.io.OsmApi.sleepAndListen(OsmApi.java:632)
	at org.openstreetmap.josm.io.OsmApi.sendRequest(OsmApi.java:796)
	at org.openstreetmap.josm.io.OsmApi.sendRequest(OsmApi.java:735)
	at org.openstreetmap.josm.io.OsmApi.sendRequest(OsmApi.java:730)
	at org.openstreetmap.josm.io.OsmApi.sendPutRequest(OsmApi.java:725)
	at org.openstreetmap.josm.io.OsmApi.openChangeset(OsmApi.java:477)
	at org.openstreetmap.josm.io.OsmServerWriter.uploadOsm(OsmServerWriter.java:210)
	at org.openstreetmap.josm.gui.io.UploadLayerTask.run(UploadLayerTask.java:123)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
#24043 othersoftware Just Can't Upload team tmaqelepo@…
Description

What steps will reproduce the problem?

What is the expected result?

What happens instead?

Please provide any additional information below. Attach a screenshot if possible.

Revision:19253
Build-Date:2024-10-31 17:41:55

Identification: JOSM/1.5 (19253 en) Windows 11 64-Bit
OS Build number: Windows 10 Pro 24H2 (26100)
Memory Usage: 800 MB / 12080 MB (249 MB allocated, but free)
Java version: 21.0.5+11-LTS, Azul Systems, Inc., OpenJDK 64-Bit Server VM
Look and Feel: com.sun.java.swing.plaf.windows.WindowsLookAndFeel
Screen: \Display0 1920x1080x32bpp@60Hz (scaling 1.00×1.00)
Maximum Screen Size: 1920×1080
Best cursor sizes: 16×16→32×32, 32×32→32×32
System property file.encoding: UTF-8
System property sun.jnu.encoding: Cp1252
Locale info: en_US
Numbers with default locale: 1234567890 -> 1234567890
VM arguments: [-Djpackage.app-version=1.5.19253, -XX:MaxRAMPercentage=75.0, --add-modules=java.scripting,java.sql,javafx.controls,javafx.media,javafx.swing,javafx.web, --add-exports=java.base/sun.security.action=ALL-UNNAMED, --add-exports=java.desktop/com.sun.imageio.plugins.jpeg=ALL-UNNAMED, --add-exports=java.desktop/com.sun.imageio.spi=ALL-UNNAMED, --add-opens=java.base/java.lang=ALL-UNNAMED, --add-opens=java.base/java.nio=ALL-UNNAMED, --add-opens=java.base/jdk.internal.loader=ALL-UNNAMED, --add-opens=java.base/jdk.internal.ref=ALL-UNNAMED, --add-opens=java.desktop/javax.imageio.spi=ALL-UNNAMED, --add-opens=java.desktop/javax.swing.text.html=ALL-UNNAMED, --add-opens=java.prefs/java.util.prefs=ALL-UNNAMED, -Djpackage.app-path=%UserProfile%\AppData\Local\JOSM\JOSM.exe]
Dataset consistency test: No problems found

Plugins:
+ DxfImport (1014)
+ Tracer2 (36344)
+ apache-commons (36349)
+ buildings_tools (36344)
+ gpsblam (36349)
+ imagery_offset_db (36344)
+ measurement (36350)
+ pt_assistant (637)

Map paint styles:
+ https://josm.openstreetmap.de/josmfile?page=Styles/PublicTransport&zip=1

Last errors/warnings:
- 00043.429 W: java.io.IOException: Attribution is not loaded yet
- 00043.430 W: java.io.IOException: Attribution is not loaded yet
- 00043.431 W: java.io.IOException: Attribution is not loaded yet
- 02035.462 E: org.openstreetmap.josm.io.OsmTransferCanceledException: Operation canceled
- 02044.992 E: org.openstreetmap.josm.io.OsmTransferCanceledException: Operation canceled
- 02064.843 E: org.openstreetmap.josm.io.OsmTransferCanceledException: Operation canceled
- 02079.113 E: org.openstreetmap.josm.io.OsmTransferCanceledException: Operation canceled
- 02079.117 E: org.openstreetmap.josm.io.OsmTransferCanceledException: Operation canceled
- 02079.122 E: Handled by bug report queue: org.openstreetmap.josm.io.OsmTransferCanceledException: Operation canceled
- 02079.126 W: 1 problems occurred during upload/save



=== REPORTED CRASH DATA ===
BugReportExceptionHandler#handleException:
No data collected.

Warning issued by: BugReportExceptionHandler#handleException

=== STACK TRACE ===
Thread: AWT-EventQueue-0 (51) of main
org.openstreetmap.josm.io.OsmTransferCanceledException: Operation canceled
	at org.openstreetmap.josm.io.OsmApi.sleepAndListen(OsmApi.java:632)
	at org.openstreetmap.josm.io.OsmApi.sendRequest(OsmApi.java:796)
	at org.openstreetmap.josm.io.OsmApi.sendRequest(OsmApi.java:735)
	at org.openstreetmap.josm.io.OsmApi.sendRequest(OsmApi.java:730)
	at org.openstreetmap.josm.io.OsmApi.sendPutRequest(OsmApi.java:725)
	at org.openstreetmap.josm.io.OsmApi.openChangeset(OsmApi.java:477)
	at org.openstreetmap.josm.io.OsmServerWriter.uploadOsm(OsmServerWriter.java:210)
	at org.openstreetmap.josm.gui.io.UploadLayerTask.run(UploadLayerTask.java:123)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
1 2 3 4 5 6 7 8 9 10 11


See also: TracQuery, TracTickets, TracReports

Last modified 12 months ago Last modified on 2023-12-28T13:06:05+01:00
Note: See TracWiki for help on using the wiki.