Requesting from Compass context to Bitbucket

I’m looking into building out some functionality inside compass to see more detailed information about the connected Bitbucket Repositories. Is there any way to easily access the bitbucket API from within a compass context?

Trying to use @forge/api.requestBitbucket results in error: Request bitbucket is not allowed from compass context.

End goal: I’d like for Compass users (those who may not have access to bitbucket) to easily trigger certain pipeline functions (eg deploying from QA to Staging environments).

1 Like