Extension:YouTrackTicket

Category:Unmaintained extensions#YouTrackTicket Category:Extensions without an imageCategory:Extensions without a compatibility policyCategory:GPL licensed extensions
MediaWiki extensions manual
YouTrackTicket
Release status: unmaintainedCategory:Unmaintained extensions
Implementation Tag Category:Tag extensions
Description Allows to parse all <youtrack> tags into links to their respective YouTrack issue page.
Author(s) Andrei Nicholson (tetsuo13talk)
Latest version 1.0.0 (2014-04-29)
MediaWiki 1.16+Category:Extensions with manual MediaWiki version
PHP 5.2+
Database changes No
Composer tetsuo13/mediawiki-extensions-youtrackticket Category:Extensions supporting Composer
License GNU General Public License 2.0
Download Category:Extensions in GitHub version control
README.md
  • $wgYouTrackTicketShowImage
  • $wgYouTrackTicketUrl
  • <youtrack>
Category:All extensionsCategory:Extensions not in ExtensionJson

The YouTrackTicket extension will render all <youtrack> tags into links to their respective issue page in YouTrack. This extension encapsulates all references to your YouTrack issues so that any changes to the server URL can be maintained in a single location instead of editing all pages with issue IDs.

Installation

Configuration

$wgYouTrackTicketUrl

This is the URL to the target YouTrack instance and should not contain a trailing slash. Example:

$wgYouTrackTicketUrl = 'https://support.company.tld';
$wgYouTrackTicketShowImage

Boolean that, if defined, specifies whether or not to show a small YouTrack logo next to the rendered link. By default, YouTrackTicket will show the logo.

Category:Task extensions
Category:All extensions Category:Extensions in GitHub version control Category:Extensions not in ExtensionJson Category:Extensions not using extension registration Category:Extensions supporting Composer Category:Extensions with manual MediaWiki version Category:Extensions without a compatibility policy Category:Extensions without an image Category:GPL licensed extensions Category:ParserFirstCallInit extensions Category:Tag extensions Category:Task extensions Category:Unmaintained extensions