mirror of
https://github.com/Threnklyn/jira.git
synced 2026-06-06 04:58:30 +02:00
fix closing duplicate issue on dup command
This commit is contained in:
+1
-2
@@ -101,8 +101,7 @@ func (jc *JiraCli) CmdSubtask(opts *SubtaskOptions) error {
|
||||
return err
|
||||
}
|
||||
|
||||
link := fmt.Sprintf("%s/browse/%s", jc.Endpoint, issueResp.Key)
|
||||
fmt.Printf("OK %s %s\n", issueResp.Key, link)
|
||||
fmt.Printf("OK %s %s/browse/%s\n", issueResp.Key, jc.Endpoint, issueResp.Key)
|
||||
|
||||
// FIXME implement browse
|
||||
return nil
|
||||
|
||||
Reference in New Issue
Block a user