java.gitea.api/docs/ExternalTracker.md

16 lines
610 B
Markdown
Raw Normal View History

2021-02-28 22:04:54 +01:00
# ExternalTracker
ExternalTracker represents settings for external tracker
## 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]