Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.)
- Host: GitHub
- URL: https://github.com/tbarlow12/task-board-assistant
- Owner: tbarlow12
- Created: 2018-09-18T23:04:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T01:42:10.000Z (about 2 years ago)
- Last Synced: 2024-10-19T17:33:12.036Z (4 months ago)
- Topics: azure-devops, github-projects, jira, planner, policy-engine, task-board, task-management, trello, vsts
- Language: C#
- Homepage:
- Size: 82 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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