Hello everyone,
Im using bitbucket script runner and i need to use a API for checking default reviewers so im using an API request which demands my password.
When giving the password in the script as a variable the script working fine but i need to hide the password. So how can i do that.
Need some help :)
Hi @Ahmet Said Oyanık_ and welcome,
my suggestion is to use an API token https://confluence.atlassian.com/bitbucketserver/http-access-tokens-939515499.html and use it instead of password.
It should solve your issue.
Fabio
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.