No edit summary Tag: 2017 source edit |
No edit summary Tag: 2017 source edit |
||
| Line 13: | Line 13: | ||
|active=Yes | |active=Yes | ||
|features= | |features= | ||
=== Example JSON config === | |||
<syntaxhighlight lang="json"> | |||
{ | { | ||
"github": { | "github": { | ||
| Line 41: | Line 42: | ||
} | } | ||
</syntaxhighlight> | </syntaxhighlight> | ||
}} | |||
Revision as of 10:16, 20 October 2025
| Overview | |||
|---|---|---|---|
| Description: | Allows special formatting of links to issue tracker applications | ||
| State: | stable | Dependency: | MediaWiki |
| Developer: | Hallo Welt! | License: | GPL v2+ |
| Type: | MediaWiki | Category: | Rich Articles |
| Edition: | BlueSpice free, BlueSpice pro, BlueSpice farm, BlueSpice cloud | ||
| Version: | 5.2 | ||
Features
Example JSON config
{
"github": {
"url": "https://github.com/{owner}/{repo}/issues/{id}",
"label": "issuetrackerlinks-type-label-github",
"icon": "github",
"display-mask": "{owner}/{repo}#{id}"
},
"gitlab": {
"url": "https://gitlab.com/{owner}/{repo}/-/issues/{id}",
"label": "issuetrackerlinks-type-label-gitlab",
"icon": "gitlab",
"display-mask": "{owner}-{repo}:{id}"
},
"jira": {
"url": "https://{jira-domain}/browse/{id}",
"label": "issuetrackerlinks-type-label-jira",
"icon": "jira",
"display-mask": "{id}"
},
"ERM": {
"url": "https://support.hallowelt.com/issues/{id}",
"label": "ERM",
"display-mask": "ERM{id}",
"sequence": "ERM{id}"
}
}