mirror of
https://github.com/Threnklyn/jira.git
synced 2026-06-07 13:33:32 +02:00
fix closing duplicate issue on dup command
This commit is contained in:
@@ -123,8 +123,8 @@ func (jc *JiraCli) CmdTransition(opts *TransitionOptions) error {
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
link := fmt.Sprintf("%s/browse/%s", jc.Endpoint, issueData.Key)
|
||||
fmt.Printf("OK %s %s\n", issueData.Key, link)
|
||||
fmt.Printf("OK %s %s/browse/%s\n", issueData.Key, jc.Endpoint, issueData.Key)
|
||||
|
||||
// FIXME implement browse
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user