1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-12 13:37:20 +00:00

[API] Add Ref to Issue (#13946)

* Add Ref to api.Issue

This PR adds Ref to api.Issue and adds the backend parts to the migrator.

Fix #13918

Signed-off-by: Andrew Thornton <art27@cantab.net>
This commit is contained in:
zeripath
2020-12-13 11:34:11 +00:00
committed by GitHub
parent cf6f8b22ca
commit 825efa2605
5 changed files with 8 additions and 0 deletions

View File

@ -15,6 +15,7 @@ type Issue struct {
PosterEmail string
Title string
Content string
Ref string
Milestone string
State string // closed, open
IsLocked bool