need issuetype to use the default list table template now

This commit is contained in:
Cory Bennett
2017-09-17 16:15:00 -07:00
parent 8fe0d98d54
commit 3e8b9bd9f5
+1 -1
View File
@@ -30,7 +30,7 @@ func CmdEpicListRegistry() *jiracli.CommandRegistryEntry {
opts.MaxResults = 500 opts.MaxResults = 500
} }
if opts.QueryFields == "" { 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 == "" { if opts.Sort == "" {
opts.Sort = "priority asc, key" opts.Sort = "priority asc, key"