I am implementing my first Bitbucket Add On.
When I install the add on (using the dev environment url), it requests permissions and then sends my app an install notification. When that finishes, I would like Bitbucket to direct the user to my app. Is this possible? It seems that Marketplace apps have either "add" or "learn more". If I want the user directed to my app, is the proper approach to have them learn more and log in/install from there? I want my app to appear on their installed app list so if they want to remove, they can do so from within Bitbucket.
I found what I was looking for ... I can specify postInstallRedirect in the connect.json file.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.