Skip to content

v0.1.78

Compare
Choose a tag to compare
@ap0llo ap0llo released this 15 Apr 18:04

Change Log

0.1.78

GitLab Integration: Fix linking of closed Merge Requests and Milestones

Insertion of links for GitLab Merge Request and Milestone references did not work when the Merge Request or Milestone was closed, because query by default only return open items.

This fix adjusts the queries sent to GitLab to include all Merge Requests and Milestones with a given id regardless of the item's state.