PageRenderTime 47ms CodeModel.GetById 22ms RepoModel.GetById 1ms app.codeStats 0ms

/README.md

https://bitbucket.org/vilcans/bitbucket-trello-broker
Markdown | 31 lines | 23 code | 8 blank | 0 comment | 0 complexity | 4c8ab9a6b39b7a8124c416ab74c327b9 MD5 | raw file
  1. # Bitbucket Trello Broker
  2. **NOTE:** This is designed to be installed and run on
  3. Atlassian's Bitbucket servers,
  4. something [they have no intent of doing](https://bitbucket.org/site/master/issue/6186/add-broker-for-trello).
  5. It can be modified to use Bitbucket's
  6. [POST hook](https://confluence.atlassian.com/display/BITBUCKET/POST+hook+management) instead
  7. (which is what we have done at [our company](http://www.gooengine.com),
  8. but that code is not public).
  9. ## Information
  10. Whenever you push a commit to Bitbucket containing references to Trello cards,
  11. the commit message is posted as a message on your Trello board.
  12. A reference to a card is a `#` followed by the card's "short ID".
  13. This ID is the one visible when you click the card
  14. (in the lower right corner).
  15. Required service parameters:
  16. *key*: Your API key. Get it at https://trello.com/1/appKey/generate
  17. *token*: An API token. Get it at
  18. `https://trello.com/1/connect?key=KEY&name=Bitbucket%20Technologies&expiration=never&response_type=token&scope=read,write`
  19. (replacing <KEY> with your API key).
  20. *board*: ID of the board to use.
  21. This is the last part of the URL when you're visiting a board on Trello.
  22. For example the board ID for the board at `https://trello.com/board/trello-development/4d5ea62fd76aa1136000000c`
  23. is `4d5ea62fd76aa1136000000c`.