[#102] add issuetype into the default queryfields and add it to the default table list template

This commit is contained in:
Cory Bennett
2017-09-17 15:49:05 -07:00
parent 238e16fc09
commit c9d8dfbe55
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ func CmdListRegistry() *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"