Parametrise JIRA url

This commit is contained in:
Miguel de la Cruz 2020-03-05 17:38:53 +01:00
parent 788146e1fa
commit ab2e28e29e
4 changed files with 23 additions and 8 deletions

View file

@ -1,6 +1,7 @@
package model
type Campaign struct {
Url string `json:"url"`
Project string `json:"project"`
Epic string `json:"epic"`
Summary string `json:"summary"`