Added multi-project feature

This commit is contained in:
Tyrone Yeh
2025-05-07 09:02:35 +08:00
parent 6bd8fe5353
commit d48061bb19
19 changed files with 185 additions and 131 deletions
+1 -1
View File
@@ -425,7 +425,7 @@ type CreateIssueForm struct {
ReviewerIDs string `form:"reviewer_ids"`
Ref string `form:"ref"`
MilestoneID int64
ProjectID int64
ProjectIDs string `form:"project_ids"`
Content string
Files []string
AllowMaintainerEdit bool