Hi,
I would like to call a Bitbucket api (using api.asApp().requestBitbucket() ) from a webtrigger listener. I have to obtain workspaceId and repositoryId to build a route, but I don't know how. If I try to use view.getContext() or useProductContext() I get an error.
What else should I use?
Solved! Go to Solution.
Thanks Wendy, your solution worked. It would be awesome if the context also had the repository information.