Skip to content

Fix: Command to create a new issue is not working

Tomas Vik requested to merge 218-await-openning-link into master

In !74 (merged) we introduced a change to openLink function. This change caused the getLink function to return a promise and openLink function treating the promise as URL.

This affected the following 4 commands:

  • GitLab: Create new issue on current project
  • GitLab: Show issues assigned to m
  • GitLab: Show merge requests assigned to me
  • GitLab: Open current project on GitLab

Closes #218 (closed)

Edited by Tomas Vik

Merge request reports