GitReleaseNotes icon indicating copy to clipboard operation
GitReleaseNotes copied to clipboard

Add GitLab issue tracker support

Open Maxhy opened this issue 7 years ago • 1 comments

GitLab issue tracker is currently not supported and could be easily integrated once https://gitlab.com/gitlab-org/gitlab-ce/issues/30822 implemented. For now, it may be possible to do manually the filter on client side based on closed_at (/api/v4/projects/myProject/issues?state=closed). Issue for tracking & discussion before implementation.

Maxhy avatar Mar 06 '18 14:03 Maxhy

I did a first implementation but I'm not able to test it very well... Looks like I also have to update GitTools.IssueTrackers.IssueTrackerType to add GitLab on the list. What I did locally but my new factory is still not detected on GitReleaseNotes. What's the magic here? Could you explain quickly here so I will send a PR for this support? Thanks.

Maxhy avatar Mar 08 '18 16:03 Maxhy