MunifTanjim / node-bitbucket

Bitbucket API client for Browser and Node.js
https://bitbucketjs.netlify.app
MIT License
105 stars 31 forks source link

workspaces.getProjects description null error #108

Open boostvolt opened 2 years ago

boostvolt commented 2 years ago

When I make the following query: const { data } = await bitbucket.workspaces.getProjects({ workspace }) I get null for all project descriptions. Although descriptions are available and I can see them via the direct BitBucket API query. For direct BitBucket API access I use OAuth 2.0 authorization.

MunifTanjim commented 2 years ago

I can see them via the direct BitBucket API query

when you're doing that are you using the same tokens? I just checked with app password, and the descriptions are present in the response.