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

Pull Request Author is undefined

Open Style87 opened this issue 3 years ago • 1 comments
trafficstars

When I get pull requests the author key is always undefined. Author is also the only key that is undefined. Psuedo example code called:

bitbucket.pullrequests
.get({
  pull_request_id: id,
  repo_slug: repositoryUUID,
  workspace: workspaceUUID
})

Style87 avatar Aug 12 '22 15:08 Style87

What happens when you call the API without using this library? Does bitbucket acutally send the author key?

MunifTanjim avatar Aug 12 '22 15:08 MunifTanjim