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.
プロジェクト/私の変更/エージェント/ビルド キュー エリアの隣にある teamcity のメイン ページの上部に新しいタブを追加しようとしています。
現在の API でこれを行う方法はありますか?
これは OpenAPI の一部ではありません。ただし、次の Javascript コードを試すことができます。
topNavPane.addTab("customTab", { caption: "Tab title", url: "<c:url value="/your_controller.html"/>" });
明らかに、your_controller の実装を作成する必要があります。JSP ビューでは、TeamCity ページの共通ベースである page.tag を使用することをお勧めします。