mirror of
https://github.com/Threnklyn/jira.git
synced 2026-05-18 20:23:28 +02:00
also use login for subtask
This commit is contained in:
committed by
Louis DeLosSantos
parent
c2abbd9864
commit
6fbc522ee7
+1
-1
@@ -106,7 +106,7 @@ func CmdSubtask(o *oreo.Client, globals *jiracli.GlobalOptions, opts *SubtaskOpt
|
|||||||
}
|
}
|
||||||
input.Overrides["project"] = opts.Project
|
input.Overrides["project"] = opts.Project
|
||||||
input.Overrides["issuetype"] = opts.IssueType
|
input.Overrides["issuetype"] = opts.IssueType
|
||||||
input.Overrides["user"] = globals.User.Value
|
input.Overrides["login"] = globals.Login.Value
|
||||||
|
|
||||||
var issueResp *jiradata.IssueCreateResponse
|
var issueResp *jiradata.IssueCreateResponse
|
||||||
err = jiracli.EditLoop(&opts.CommonOptions, &input, &issueUpdate, func() error {
|
err = jiracli.EditLoop(&opts.CommonOptions, &input, &issueUpdate, func() error {
|
||||||
|
|||||||
Reference in New Issue
Block a user