A simple bot to open tickets in Azure DevOps or Jira and search the Wiki/Confluence!
Use sample.json
configuration file to find a sample of the configuration.
Copy the file and put it under config/default.json
with your real configuration.
For "ado.pat
" value, you need to configure a "Personal Access Token" in Azure DevOps (help) with:
- Wiki - Read
- Work Items - Read, Write
For "jira.token
" value, you need to configure an access token (help)
docker build . -t rocketadobot
docker run -it -v /mnt/c/projects/RocketBot/config:/app/config -v /mnt/c/projects/RocketBot/dod:/data/dod rocketadobot
For more information you can ask for "help" to the bot or "dev_help"
- Fork it (https://github.com/javitolin/rocket_adobot/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request
- AsadoDevCulture
- @jdorfsman
- Distributed under the MIT license.