Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正计划创建一个移动应用程序并计划使用 rest api 与我的 JIRA 实例交谈,并且在挖掘了 JIRA 6.1.3 的 rest api 之后,我怀疑我们是否需要为 JIRA 实例创建一个插件,如果我想为它创建一个移动客户端?
基本上,如果您想通过 REST 与 JIRA 交谈,则不需要 JIRA 插件,除非您需要根据需要添加一些 REST 点,或者在 JIRA 中存储一些插件可以执行的数据。
您还可以考虑创建 JIRA 插件来为您的移动设备提供一些漂亮的页面,而这些页面正在创建移动 Web 应用程序。