Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tbarlow12/task-board-assistant

Policy engine for managing task board technologies (Trello, Jira, Planner, GitHub projects, VSTS, etc.)
https://github.com/tbarlow12/task-board-assistant

azure-devops github-projects jira planner policy-engine task-board task-management trello vsts

Last synced: 1 day ago
JSON representation

Policy engine for managing task board technologies (Trello, Jira, Planner, GitHub projects, VSTS, etc.)

Awesome Lists containing this project

README

        

# task-board-assistant

Create policies to automate the management of your task board.

## Platforms
- [x] [Trello](https://github.com/task-board-assistant/task-board-assistant-trello)
- [ ] GitHub
- [ ] Jira
- [ ] Azure DevOps (VSTS)
- [ ] Microsoft Project
- [ ] Wrike
- [ ] Asana
- [ ] MeisterTask

## Contribution Guidelines
- Fork project, name branches with `short-feature-name`
- Master must **always** be shippable
- Commit messages must be clear and concise
- Commits will be squashed upon checking into master
- Code changes must:
- Link back to GitHub issues (`Fixes issue #x` in comment)
- Pass all unit tests
- Contain unit tests for new functionality