Jbot is a custom user bot for Jira management. Delegate issue creation, search and more to jbot and jbot won't let you down.
Remember to add a custom user bot to your slack team and name it jbot to get the slack api key.
mix deps.get
export JBOT_API_KEY=<slack_api_key_here>
export JIRA_API_KEY=<jira_api_key_here>
(See Jirex Docs)export JIRA_API_URL=<jira_api_url_here>
(See Jirex Docs)mix run --no-halt
make build
## Gets all dependanciesmake run
## Runs jbot app
All jbot commands must be formatted: @jbot <message>
If no message is sent, jbot will reply with: You called my lord?
Messages:
Hello
orHey
orHi
orGood morning
orGood evening
orGood night
who has issue <insert_issue_key_here>
explain issue <insert_issue_key_here>
status of issue <insert_issue_key_here>
set issue <insert_issue_key_here> as Done
help
- Fork it ( https://github.com/[my-github-username]/jbot/fork )
- Create your feature branch (
git checkout -b feature/my_new_feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
- @rezolvetech and @elbuo8 for the inspiration (botsito)
- @BlakeWilliams for the great ElixirSlack Client