Skip to content

Fix parsing remoteUrl when on a branch

Tomas Vik requested to merge 193-fix-no-issues-on-a-branch into master

Fixes bug in extension version 3 (unreleased). The problem was that when the branch wasn't tracking remote branch, the extension failed to parse remote URL and couldn't fetch issues.

Details are in the issue itself #193 (closed)

Screenshots

(notice the branch, the issue is not happening on master because master usually tracks origin/master)

Before After
Screenshot_2020-06-22_at_2.24.03_PM Screenshot_2020-06-22_at_2.24.32_PM

Closes #193 (closed)

Edited by Tomas Vik

Merge request reports