Skip to content

Commit

Permalink
need issuetype to use the default list table template now
Browse files Browse the repository at this point in the history
  • Loading branch information
coryb committed Sep 17, 2017
1 parent 8fe0d98 commit 3e8b9bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jiracmd/epicList.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func CmdEpicListRegistry() *jiracli.CommandRegistryEntry {
opts.MaxResults = 500
}
if opts.QueryFields == "" {
opts.QueryFields = "assignee,created,priority,reporter,status,summary,updated"
opts.QueryFields = "assignee,created,priority,reporter,status,summary,updated,issuetype"
}
if opts.Sort == "" {
opts.Sort = "priority asc, key"
Expand Down

0 comments on commit 3e8b9bd

Please sign in to comment.