https://github.com/avidit/jira-slack
A slack slash command to get jira issue details from slack
https://github.com/avidit/jira-slack
jira slack
Last synced: about 1 month ago
JSON representation
A slack slash command to get jira issue details from slack
- Host: GitHub
- URL: https://github.com/avidit/jira-slack
- Owner: avidit
- License: mit
- Created: 2016-05-26T16:39:46.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2022-09-20T13:49:37.000Z (almost 4 years ago)
- Last Synced: 2025-01-22T05:26:30.612Z (over 1 year ago)
- Topics: jira, slack
- Language: Ruby
- Homepage: https://jira-slack-1.herokuapp.com/
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jira-slack
A slack slash command to get jira issue details from slack
## Running Locally
Make sure you have [Ruby](https://www.ruby-lang.org/) and the [Heroku Toolbelt](https://toolbelt.heroku.com/) installed.
```sh
git clone git@github.com: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](http://localhost:5000/).
## Deploying to Heroku
```sh
heroku create
git push heroku master
heroku open
```
Alternatively, [](https://heroku.com/deploy)
## Adding Slash commands to Slack
[Documentation](https://api.slack.com/legacy/custom-integrations/slash-commands)
Command
```text
/jira ABC-123
```