Revert bd-191: Remove merged_into schema field
Use simpler approach for bd-190 merge feature: - Close merged issues with reason 'Merged into bd-X' - No schema changes or migrations needed - Parseable close reason is cleaner than separate field Also updated merge epic child issues with simplified design.
This commit is contained in:
@@ -27,7 +27,7 @@ type Issue struct {
|
||||
CompactedAt *time.Time `json:"compacted_at,omitempty"`
|
||||
CompactedAtCommit *string `json:"compacted_at_commit,omitempty"` // Git commit hash when compacted
|
||||
OriginalSize int `json:"original_size,omitempty"`
|
||||
Labels []string `json:"labels,omitempty"` // Populated only for export/import
|
||||
Labels []string `json:"labels,omitempty"` // Populated only for export/import
|
||||
Dependencies []*Dependency `json:"dependencies,omitempty"` // Populated only for export/import
|
||||
Comments []*Comment `json:"comments,omitempty"` // Populated only for export/import
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user