You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
We want to use DevOps triggers to monitor the activity of self-managed gitlab, such as 'Commit created', 'Pull request merged'.
But we do not know how to configure the integration of Gitlab and Jira.
As we know, the Jira app 'Gitlab.com for jira' only supports GitLab saas.
Do Jira DevOps triggers support self-managed Gitlab? If the answer is yes, how to configure it?
This may help you https://youtu.be/fWvwkx5_00E
Thanks for your help. It works for me to integrate Gitlab with Jira. We can see git commits in the JIra comments section.
But the Jira automation rule could not be triggered after the git commits were created.
Here is my Jira automation rule.
I found this guide about how to configure the gitlab.com app in the Jira cloud. But it does not tell us where to get the file of 'jira_connect/app_descriptor.json'.
Do you have any suggestions for me to solve this problem?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have already found the answer here.
https://gitlab.com/groups/gitlab-org/-/epics/5399#note_676904639
> The app descriptor is built into GitLab meaning it is also available in our self-managed GitLab instance.
> The app descriptor file will be generated by GitLab and can be found at https://your.domain/your-path/-/jira_connect/app_descriptor.json
If our gitlab site is https://self-managed-gitlab-domain, the app_descriptor.json file is available under https://self-managed-gitlab-domain/-/jira_connect/app_descriptor.json
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.