I’m trying to track down an issue with our Bitbucket cloud add-on. It looks like there has been a change in the way the {repo_path} context parameter is encoded.
Our url specified in the json descriptor file is: /bitbucket/{repo_path}/board
As of last week we were receiving URLs like this
/bitbucket/[owner]/[repo]/board
This week it looks like the slash between the repo owner and the repo name is now getting encoded and we are getting urls like this:
/bitbucket/[owner]%2F[repo]/board
Is this a bug or a change that we have missed somewhere?