Skip to content

Commit

Permalink
field name is "comment" not "comments"
Browse files Browse the repository at this point in the history
  • Loading branch information
coryb committed Dec 13, 2017
1 parent 7fbd872 commit 464742c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jiracmd/edit.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func CmdEditRegistry() *jiracli.CommandRegistryEntry {
},
func(o *oreo.Client, globals *jiracli.GlobalOptions) error {
if opts.QueryFields == "" {
opts.QueryFields = "assignee,created,priority,reporter,status,summary,updated,issuetype,comments,description,votes,created,customfield_10110,components"
opts.QueryFields = "assignee,created,priority,reporter,status,summary,updated,issuetype,comment,description,votes,created,customfield_10110,components"
}
return CmdEdit(o, globals, &opts)
},
Expand Down

0 comments on commit 464742c

Please sign in to comment.