octopush/crates/gitea_raw_client/docs/ExternalTracker.md
Kasper Juul Hermansen 991861db99
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
Rewrite rust (#38)
Co-authored-by: kjuulh <contact@kjuulh.io>
Reviewed-on: #38
2022-11-27 11:21:35 +00:00

720 B

ExternalTracker

Properties

Name Type Description Notes
external_tracker_format Option<String> External Issue Tracker URL Format. Use the placeholders {user}, {repo} and {index} for the username, repository name and issue index. [optional]
external_tracker_style Option<String> External Issue Tracker Number Format, either numeric or alphanumeric [optional]
external_tracker_url Option<String> URL of external issue tracker. [optional]

[Back to Model list] [Back to API list] [Back to README]