Skip to content

Commit 6fbc522

Browse files
keienldelossa
authored andcommitted
also use login for subtask
1 parent c2abbd9 commit 6fbc522

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jiracmd/subtask.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ func CmdSubtask(o *oreo.Client, globals *jiracli.GlobalOptions, opts *SubtaskOpt
106106
}
107107
input.Overrides["project"] = opts.Project
108108
input.Overrides["issuetype"] = opts.IssueType
109-
input.Overrides["user"] = globals.User.Value
109+
input.Overrides["login"] = globals.Login.Value
110110

111111
var issueResp *jiradata.IssueCreateResponse
112112
err = jiracli.EditLoop(&opts.CommonOptions, &input, &issueUpdate, func() error {

0 commit comments

Comments
 (0)