Skip to content

Commit

Permalink
Add --resolution option
Browse files Browse the repository at this point in the history
  • Loading branch information
gvol authored and coryb committed Oct 28, 2017
1 parent 093c510 commit e6600cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jiracmd/transition.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ func CmdTransitionUsage(cmd *kingpin.CmdClause, opts *TransitionOptions) error {
cmd.Arg("TRANSITION", "State to transition issue to").Required().StringVar(&opts.Transition)
}
cmd.Arg("ISSUE", "issue to transition").Required().StringVar(&opts.Issue)
cmd.Flag("resolution", "Set resolution on transition").StringVar(&opts.Resolution)
return nil
}

Expand Down

0 comments on commit e6600cf

Please sign in to comment.