bitcrowd / tickety-tick

A browser extension that helps you name branches and write better commit messages
MIT License
57 stars 10 forks source link

[#195] Support backlog & board view of JIRA next… #216

Closed pmeinhardt closed 4 years ago

pmeinhardt commented 4 years ago

…gen software projects.

Closes #195. Might also fix #214.

The Jira path RegExp was not matching and thus the requested API URL was not constructed correctly, i.e. we got:

https://bitcrowd.atlassian.net/jira/software/projects/BCHP/boards/7/rest/api/latest/issue/BCHP-211

instead of

https://bitcrowd.atlassian.net/rest/api/latest/issue/BCHP-211

TODO: Add a test case

tessi commented 4 years ago

I attempted to fix the issue, for me a simple regexp change in the URL prefix detection did the trick: https://github.com/bitcrowd/tickety-tick/pull/217

Reviews would be very appreciated.

pmeinhardt commented 4 years ago

Seems like this is obsoleted by #217.

tessi commented 4 years ago

urgs, i should have looked at this PR sooner. sorry @pmeinhardt

pmeinhardt commented 4 years ago

urgs, i should have looked at this PR sooner. sorry @pmeinhardt

No worries at all. Glad you took this on either way. 🤗