Add project as part of the campaign

This commit is contained in:
Miguel de la Cruz 2020-03-04 23:59:23 +01:00
parent 79caaae287
commit 788146e1fa
2 changed files with 5 additions and 1 deletions

View file

@ -1,6 +1,7 @@
package model
type Campaign struct {
Project string `json:"project"`
Epic string `json:"epic"`
Summary string `json:"summary"`
Tickets []*Ticket `json:"tickets,omitempty"`