Skip to content

avidit/jira-slack

Repository files navigation

jira-slack

A slack slash command to get jira issue details from slack

Running Locally

Make sure you have Ruby and the Heroku Toolbelt installed.

git clone [email protected]:avidit/jira-slack.git
cd jira-slack
bundle install

Edit env.example with your environment variables and save it as .env

run heroku local

Your app should now be running on localhost:5000.

Deploying to Heroku

heroku create
git push heroku master
heroku open

Alternatively, Deploy to Heroku

Adding Slash commands to Slack

Documentation

Command

/jira ABC-123

About

A slack slash command to get jira issue details from slack

Topics

Resources

License

Stars

Watchers

Forks