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.
有人知道 Jira 4.2 API 函数,它允许我返回屏幕中特定字段所在的选项卡吗?我需要能够提取选项卡名称并将它们链接到外部问题渲染器的字段,该渲染器需要自定义字段 ID 和选项卡名称以进行逻辑布局。提前感谢您的帮助!
我认为无论如何都找不到默认的 4.2 SOAP API。您可以编写自己的 SOAP 方法。或者也许将选项卡名称添加到字段描述并使用 getCustomFields ?