I'm looking for the place where I can get the relationship between a Jira issue and a Gitlab commit/merge.
Both Jira and Gitlab are local deployments.
Ideally I'd like to get the data directly from the Jira database (if that's at all possible), but I'd be all right if I could get that information from an API endpoint too.
I'm talking about the links that appear when you configure the Jira service on Gitlab:
This might be a question to gitlab though...?
I know this might be a little late, but for the sake of people who come across this post while searching for how to retrieve the "mentioned on" Issue Links. Here you go.
It can be retrieved via the Jira API:
rest/api/latest/issue/TST-1/remotelink
You can find the documentation here:
https://developer.atlassian.com/server/jira/platform/jira-rest-api-for-remote-issue-links/
I don't have the answer for this but you can find all the tables from a specific plugin from the "plugin data storage" page on Jira:
<jira-base-url>/plugins/servlet/active-objects/tables/list
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Adrian,
Thanks for that information.
From what I can see, there's nothing there related to gitlab, so I imagine this must be on gitlab's side?
I'll check that.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.