-
Suggestion
-
Resolution: Unresolved
If you try to use the following code inside a Bitbucket forge app, you will get an error:
Code:
await api.asApp().requestJira(...)
Error:
Request jira is not allowed from bitbucket context.
While it is possible to do this in a Confluence app. So the statements about “compatible with multiple products” does not actually include Bitbucket.
[ECO-223] Bitbucket forge app should be able to make a Jira request
Description |
Original:
If you try to use the following code inside a Bitbucket forge app, you will get an error:
Code: {code:java} await api.asApp().requestBitbucket(...){code} Error: {code:java} Request jira is not allowed from bitbucket context.{code} While it is possible to do this in a Confluence app. So the statements about “compatible with multiple products” does not actually include Bitbucket. |
New:
If you try to use the following code inside a Bitbucket forge app, you will get an error:
Code: {code:java} await api.asApp().requestJira(...){code} Error: {code:java} Request jira is not allowed from bitbucket context.{code} While it is possible to do this in a Confluence app. So the statements about “compatible with multiple products” does not actually include Bitbucket. |
Labels | New: ecohelp |
We have a use case for this where we want a custom merge check in Bitbucket that checks and validates properties of any linked Jira issues