Parametrise JIRA url
This commit is contained in:
parent
788146e1fa
commit
ab2e28e29e
4 changed files with 23 additions and 8 deletions
|
@ -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"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue