node-bitbucket icon indicating copy to clipboard operation
node-bitbucket copied to clipboard

workspaces.getProjects description null error

Open boostvolt opened this issue 4 years ago • 1 comments

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.

boostvolt avatar Aug 24 '21 08:08 boostvolt

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.

MunifTanjim avatar Nov 18 '21 13:11 MunifTanjim