Gitlab link to JIRA post

I am trying to associate Gitlab commit messages with JIRA, that is, if the user performs actions such as:

PROJECT ID: Some commit messages

Then, through the Gitlab interface, he associates these commit messages with JIRA.

The only way I can do this now is to take control of the problem itself from Gitlab and associate the Problem user interface button in Gitlab with JIRA.

I want it to still manage and raise issues in Gitlab, but just Gitlab associates any formatted commit messages with JIRA.

I am using addtion community

+5
source share
2 answers

Unless you install GitLab to use JIRA as a problem tracker, you cannot automatically associate formatted commit messages with JIRA.

You can only do this if you have installed JIRA as your tracker in GitLab. You can find information about this here: http://doc.gitlab.com/ee/integration/jira.html

UPDATE As Peter said, this functionality is only available through the GitLab Enterprise Edition .

UPDATE As indicated in the comment below, this feature is now available in the community.

+4
source

There is also a lesstif / gitlab-jira-integration open source solution that I have not tried myself yet. These are just a few commits, but I myself considered this approach, so it should be sound; -)

I'm a little confused. You write that you want to use Jira and "I would still like to manage and raise issues in Gitlab, but just Gitlab associates any formatted commit messages with JIRA." I'm not sure you can get the super integration you are looking for. Or maybe I misunderstand.

0
source

Source: https://habr.com/ru/post/1201806/


All Articles