We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I have tried to get all boards using agile client, however i tried it always returns,
{ "status": "fail", "message": "Client must be authenticated to access this resource." }
The Code I have tried:
const client = new AgileClient({ host: 'https://host.atlassian.net', authentication: { basic: { email: '<my-email>', apiToken: '<API-Token>', }, }, newErrorHandling: true, }); return client.board.getAllBoards();
I have tried using version 3 client also but it's not working.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I have tried to get all boards using agile client, however i tried it always returns,
The Code I have tried:
I have tried using version 3 client also but it's not working.
The text was updated successfully, but these errors were encountered: