Skip to content

Releases: akraxx/gitlab-jira-integration

v0.4.0

04 Jan 16:28
Compare
Choose a tag to compare
  • Manage context for gilab and jira (i.e. Path prefix)
  • If gitlab REST api is down, use the pusher name to comment issue
  • Add README
  • Add authentication as a token query parameter
  • Prevent issues to be commented twice
  • Don't call gitlab REST api when no issues have been mentioned

v0.3.1

04 Jan 16:24
Compare
Choose a tag to compare
  • add missing properties for shade plugin

v0.3.0

04 Jan 16:23
Compare
Choose a tag to compare
  • Application module is now a fatjar

v0.2.0

21 Sep 19:01
Compare
Choose a tag to compare

Add missing pom properties for release

v0.1.0

21 Sep 19:04
Compare
Choose a tag to compare

Service is able to :

  • Receive a push hook
  • Extract JIRA issues from commits
  • Contact GitLab to get user information
  • Contact JIRA to comment issue with a link to the committer profile and commit.

Note that only push event are treated for now.