Open jstastny-cz opened 1 year ago
KIE Sandbox still does not support importing using Bitbucket url in the format:
https://[USERNAME]@bitbucket.org/snippets/[WORKSPACE]/bq9oqg/untitled-folder.git#file-Untitled.dmn
while:
https://[USERNAME]@bitbucket.org/snippets/[WORKSPACE]/bq9oqg/untitled-folder
works fine!
Checked as of 12th of September 2024.
There are deficiencies in scope of supported import URLs for Bitbucket snippets. Below are URL variations that are all valid and depending on path through which you navigate in Bitbucket UI, all are presented to user, thus should be covered.
#file-[filename]
should be checked for both kinds of snippet urls belowWith that it would be good to cover by unit tests checking representative set of URL options.