forked from forgejo/forgejo
Make external issue tracker regexp configurable via API (#21338)
Fixes #21336 Signed-off-by: Andrew Imeson <andrew@andrewimeson.com>
This commit is contained in:
parent
81d7270cde
commit
d94f15c2fd
5 changed files with 32 additions and 11 deletions
|
@ -16015,8 +16015,13 @@
|
|||
"type": "string",
|
||||
"x-go-name": "ExternalTrackerFormat"
|
||||
},
|
||||
"external_tracker_regexp_pattern": {
|
||||
"description": "External Issue Tracker issue regular expression",
|
||||
"type": "string",
|
||||
"x-go-name": "ExternalTrackerRegexpPattern"
|
||||
},
|
||||
"external_tracker_style": {
|
||||
"description": "External Issue Tracker Number Format, either `numeric` or `alphanumeric`",
|
||||
"description": "External Issue Tracker Number Format, either `numeric`, `alphanumeric`, or `regexp`",
|
||||
"type": "string",
|
||||
"x-go-name": "ExternalTrackerStyle"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue