warren830 commented on code in PR #3813:
URL:
https://github.com/apache/incubator-devlake/pull/3813#discussion_r1033256706
##########
plugins/jira/jira.go:
##########
@@ -32,12 +32,12 @@ func main() {
boardId := cmd.Flags().Uint64P("board", "b", 0, "jira board id")
_ = cmd.MarkFlagRequired("connection")
_ = cmd.MarkFlagRequired("board")
- since := cmd.Flags().StringP("since", "s", "", "collect data that are
updated after specified time, ie 2006-05-06T07:08:09Z")
+ startFrom := cmd.Flags().StringP("start_from", "f", "", "collect data
that are updated after specified time, ie 2006-05-06T07:08:09Z")
Review Comment:
I think `s` for short hand is better?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]