DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:youtrack

This is an old revision of the document!


YouTrack Plugin

Compatible with DokuWiki

Hrun

plugin List YouTrack issues filtered by YouTrack Query Language

Last updated on
2015-02-20
Provides
CSS/JS-only
Repository
Source

This extension has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues.

Tagged with bugtracker, issues, listing, youtrack

By Zopa

List YouTrack issues filtered by YouTrack Query Language.

Installation

Install the plugin using the Plugin Manager and the download URL above, which points to latest version of the plugin. Refer to Plugins on how to install plugins manually.

Please make sure you have cURL installed and enabled.

Syntax

Syntax:

{{youtrack-list> QUERY | LIST_OF_FIELDS }}

Whereas QUERY is any query in the YouTrack Query Language, i.e. anything which appears in YouTracks search box. And LIST_OF_FIELDS “ is a comma-separated list of fields you'd like to display in the resulting table, i.e. all columns. Those fields need to have the same name as in YouTrack (although you can give aliases to custom fields to manipulate the names through that). A special exception to that is the ID field. That will always result in the ID of the issue linked to its issue page.

Example:

{{youtrack-list> #bug created: {This week} sort by: created | ID, summary, created }}

Caching

If you'd like the table to always be up-to-date, you need to add the ~~NOCACHE~~ macro. This makes less sense with lists that don't change very often.

Configuration and Settings

  • url: Base URL of the YouTrack installation
  • user: Login user (only needed if a login is necessary)
  • password: Login password (only needed if a login is necessary)
  • date_format: Date format used in the table output

Credits

The helper component is based on the youtrack-linker plugin by Dominic Pöllath.

Development

Change Log

Known Bugs and Issues

  • The maximum number of issues in the output table is currently limited to 100.

Discussion

plugin/youtrack.1424463086.txt.gz · Last modified: 2015-02-20 21:11 by ach

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki