raimohanska / ourboard

An online whiteboard
Other
763 stars 58 forks source link

Github issues integration #129

Closed raimohanska closed 3 years ago

raimohanska commented 3 years ago

We kinda have it now.

  1. Create an r-board with an area named "new issues" (case insensitive)
  2. Add a webhook to a git repo, 2.1. Use URL https://r-board.herokuapp.com/api/v1/webhook/github/{board-id}, with board-id from the URL of you board. 2.2. Use content type to application/json 2.3. Select "Let me select individual events" and pick Issues only.
  3. Create a new issue or change labels of an existing issue.
  4. You should see new notes appear on your board
raimohanska commented 3 years ago

Seems to duplicate the note if note text has been edited.

raimohanska commented 3 years ago

Should work now. Also detection of the "bug" label was buggy.