coreos / issue-sync

A tool for synchronizing issue tracking between GitHub and JIRA
Apache License 2.0
124 stars 34 forks source link

Create comments in JIRA after create and update #6

Closed MorganEPatch closed 7 years ago

MorganEPatch commented 7 years ago

This PR builds on #4, and is thus blocked on it.

This PR adds the createComments() function, which adds any new comments on a given GitHub issue to the to given JIRA issue, and updates existing issues if they've been edited on GitHub. Currently, the comment is made by the user under which the tool is running.

squat commented 7 years ago

Thanks for making those changes. Thoughts on: https://github.com/coreos/issue-sync/pull/6#discussion_r128643238?

squat commented 7 years ago

@LyonesGamer one last thing: https://github.com/coreos/issue-sync/pull/6#discussion_r128643811

MorganEPatch commented 7 years ago

Oops. Can't believe I missed that one.

MorganEPatch commented 7 years ago

@squat :+1:

MorganEPatch commented 7 years ago

@squat Fixed, squashed, and ready to merge!

squat commented 7 years ago

:shipit: