Table of Contents |
---|
Introduction
In today's software development landscape, collaboration and efficient project management are paramount for teams aiming to deliver high-quality products. Two popular tools that streamline these processes are Jira and GitLab. Jira, a project management tool, offers many features to plan, track, and manage projects. In contrast, GitLab, a robust source code management platform, empowers developers to collaborate on code repositories seamlessly. Combining the power of Jira and GitLab can significantly enhance productivity and enable smooth project execution.
...
Our issue is tagged GJIE-1. We now can use this tag inside Gitlab to reference comments , and merge requests and branches.
Let's double-check if our gitlab Gitlab repository at https://gitlab.eufus.psnc.pl/ach/gitlab-jira-integration-example is visible to Jira. Go to project settings and look for development tools
...
Finally, let's create a merge request. You can create it via the Jira user interface or by creating a merge request in GitLab and tagging it accordingly.
We can see now that the merge request is linked with to the Jira issue.
You can also insert issue tags inside comments in GitLab issues. Be mindful that Jira issues and Gitlab issues are not synchronized together. This means the issue created on Gitlab will not show up in Jira and vice versa.
This concludes the Gitlab - Jira integration tutorial.
...