1
0
-1

Jira Software Server を利用しており、社内独自で簡単なアプリ(アドオン)を開発して、業務で使用しています。
Atlassian Cloudに今後移行を計画しており、業務上必要なためアプリ(アドオン)を開発してみようと思っております。

どうすればいいでしょうか?


    Commentコメントを追加...

    2 回答

    1.  
      3
      2
      1

      アプリ(アドオン) 開発に関するドキュメントは以下にあります。

      Atlassian Cloud でのアプリ(アドオン) 開発方法としては以下2つがあります。

      • Forge apps

      • Connect apps

      Connectは、Atlassian Cloud でのアプリ(アドオン) 開発として従来からある仕組みで、Atlassian Marketplace でも販売できます。

      Connect は別途自分でアプリ(アドオン) を運用する必要があり、別途 AWS、Google Cloud、Heroku、 Heroku などのサービスを利用する必要があります。

      一方 Forge は、つい先日正式リリースされた FaaS 形式でインフラは不要です
      アプリ(アドオン) 開発 に専念できるメリットがありますが、まだリリースされて間もないため機能が足りていない部分がある可能性があります。Atlassian Marketplace でも販売できません。

      今から自社専用にアプリ(アドオン)を開発するのであれば、まずはForgeでの開発検討をお勧めします。

      比較表が以下にまとめられているのでご参考ください。

      https://developer.atlassian.com/developer-guide/cloud-development-platform-overview/

      開発言語はどちらも JavaScript(Node.js)+REST 、 Connect のみ Javaも使用可能です。



        Commentコメントを追加...
      1.  
        1
        0
        -1

        Atlassian Marketplace でも販売できません。

        上記コメントが記載された時点の状況は分かりかねますが、以下のURLによると、Forgeで開発されたアプリケーションをAtlassian Marketplaceで販売することは可能なようです。(現在は販売できるみたいです)

        https://developer.atlassian.com/developer-guide/cloud-development-platform-overview/

        Forge
        Forge is our new development platform that helps you build secure Jira and Confluence Cloud apps with less overhead.

        (略)

        You can share and sell Forge apps on the Atlassian Marketplace, and you can distribute your apps directly to users via the developer console.

        See the Forge documentation.

        また、具体的な手順については、以下のURLに記載されています。

        https://developer.atlassian.com/platform/forge/distribute-your-apps/

        https://developer.atlassian.com/platform/marketplace/listing-forge-apps/


          Commentコメントを追加...