| 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
By default, GitHub, GitLab and Jira issues are preconfigured and can be adjusted as needed. Other Ticket systems can be added. For example links to EasyRedmine (ERM). Please note that the label parameter for the preconfigured ticket systems are defined as system messages for user language support. It is only necessary to define system messages in multi-language wiki instances:
{
"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.mydomain.com/issues/{id}",
"label": "ERM",
"display-mask": "ERM{id}",
"sequence": "ERM{id}"
}
}