Is it possible for me to have users of my website send bugs to my Bitbucket repo’s Issue tracker without redirecting them to the Bitbucket page ?
I know this is possible with authentication but it seems weird that they can add an issue without authentication from the Bitbucket site but not from the API.
I ended up using Basic Authentication with general user.
The user doesn’t have to be part of the team so it can be any user.
edit: its solved on my post see sending issue to bitbucket using oauth via bitbucket api