Add summary to the init command
This commit is contained in:
parent
b38a0ff437
commit
3534f55202
2 changed files with 5 additions and 1 deletions
|
@ -2,5 +2,6 @@ package model
|
|||
|
||||
type Campaign struct {
|
||||
Epic string `json:"epic"`
|
||||
Summary string `json:"summary"`
|
||||
Tickets []*Ticket `json:"tickets,omitempty"`
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue