mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-06-05 17:32:17 +00:00
9 lines
547 B
Markdown
9 lines
547 B
Markdown
# ExternalTracker
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**externalTrackerFormat** | **String** | External Issue Tracker URL Format. Use the placeholders {user}, {repo} and {index} for the username, repository name and issue index. | [optional]
|
|
**externalTrackerStyle** | **String** | External Issue Tracker Number Format, either `numeric` or `alphanumeric` | [optional]
|
|
**externalTrackerUrl** | **String** | URL of external issue tracker. | [optional]
|