I am trying to create an issue in a project and keep getting the
Hello @Frank Meoni
Welcome to the community. Can you tell if you are on Cloud or Data center edition?
If Cloud -> Get your API token, then Base64 encode your credentials, and use Authorization: Basic <encoded-token> for authentication
if in DC -> Get your PAT token, and use Authorization: Bearer <PATtoken> for authentication
Hope it helps.
When you say Base64 encode my credentials do you mean encode this:
myemail@company.com:<token>?
I have done the following:
using basic auth: username is my email
Password is the following base64 encoded: myemail@company.com:<token>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.