Forge app source code hosting

hi,

can anyone please advise whether Atlassian allows us to host the source code of Forge app in GitHub?
if yes, what are the restrictions that comes with this approach and is there any better recommendation.

Thanks in advance.

@ToMa,

Atlassian does not restrict where you host the source code. Personally, I am aware of both sample apps on GitHub and app vendors who are using GitHub. There really isn’t any specifically coupling to the source code host.

The Forge CLI manages deployment of Forge source code into the Atlassian infrastructure. That is often managed in each developer’s environment and through CI/CD automation such as GitHub Actions. Atlassian doesn’t provide any special support for GitHub or GitHub Actions but Forge has no specific coupling to Bitbucket/Bitbucket Pipelines so GitHub is fine.

2 Likes

thank you @ibuchanan