https://github.com/nnluukhtn/gitlabira-cr
Gitlab and jira integration
https://github.com/nnluukhtn/gitlabira-cr
crystal gitlab gitlab-api jira jira-rest-api
Last synced: 3 months ago
JSON representation
Gitlab and jira integration
- Host: GitHub
- URL: https://github.com/nnluukhtn/gitlabira-cr
- Owner: nnluukhtn
- License: mit
- Created: 2019-10-04T08:58:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-10T11:54:48.000Z (over 5 years ago)
- Last Synced: 2025-02-07T15:45:17.577Z (5 months ago)
- Topics: crystal, gitlab, gitlab-api, jira, jira-rest-api
- Language: Crystal
- Size: 12.7 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gitlabira
Automate your Gitlab and Jira workflow
## Installation
* Setup sentry project at https://sentry.io
* You will need Jira account with password
* You will need Jira admin permission to view Jira workflow setting and get transition id## Usage
* Make sure you fill all environment variables listed on `.env.sample`
* Start your server by `crystal run src/gitlabira.cr`## Development
* Refer to [this article](https://devcenter.heroku.com/articles/git)
* Make sure you already create Gitlab integration for your project with `Push events` and `Merge request events` at https://docs.gitlab.com/ee/user/project/integrations/webhooks.html#ssl-verification## Contributing
1. Fork it ()
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request## Contributors
- [Luu Nguyen](https://github.com/nnluukhtn) - creator and maintainer