Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sntran/trello-broker
[Obsolete] A BitBucket Broker for interacting with Trello cards based on commit.
https://github.com/sntran/trello-broker
Last synced: 3 months ago
JSON representation
[Obsolete] A BitBucket Broker for interacting with Trello cards based on commit.
- Host: GitHub
- URL: https://github.com/sntran/trello-broker
- Owner: sntran
- Archived: true
- Created: 2012-06-17T03:00:16.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-23T03:35:58.000Z (over 10 years ago)
- Last Synced: 2024-07-18T19:17:47.750Z (4 months ago)
- Language: Python
- Homepage: http://blog.trello.com/trello-power-ups-for-jira-bitbucket-confluence-hipchat
- Size: 253 KB
- Stars: 21
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Trello Broker
A BitBucket Broker for interacting with Trello cards based on commit.
## Resources
* Development Board: https://trello.com/board/trellobroker/4f63dd5fe5faf4d83d01727f
* GitHub: https://github.com/sntran/trello-broker
* BitBucket: https://bitbucket.org/sntran/trello-broker## Requirements:
* Board ID
* User token with read-write access to public and private boards.## Usages
* Reference `tr#{cardShortId}` in commit message to add commit as a comment to the card.
* Use `Fix/fixes/fixed/close/closes/closed tr#{shortId}` in commit message to archive the card (with commit as comment).
* Can specify a "Done" list ID to move the card to instead of archiving.
* All use cases will assign the card to the commit author.## More Documentations?
I'm a firm believer in self-documented code instead of long documentation. But in case you wonder how everything works,
See the [test cases](./test_trello.py)
## LICENSES
Do whatever you want with it.