問題タブ [azure-devops-server]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
1 に答える
148 参照

azure-devops - 個々のマトリックス ジョブの状態をチェックする Azure パイプライン

マトリックス戦略で個々のジョブのステータスを確認するにはどうすればよいですか?

0 投票する
1 に答える
219 参照

azure-devops - Azure DevOps サーバーでのカスタム作業の使用

みんな!私は現在、Azure DevOps サーバーの使用を開始したばかりの会社で働いています。

私たちは、S は Small、M は Medium、L は Large を使用して作業項目を分類することに慣れています。内部慣習として、それらの比率は次のとおりです。

1 ミディアム = 2 スモール。

1 大 = 4 小。

そのため、これを使い続けるために、ワークアイテムに新しいフィールドを作成して、各ワークアイテムの推定サイズを埋めました。

それ以来、すべて順調でしたが、今ではクエリを使用して Azure DevOps から開発メトリックを取得し始めています。クエリの結果で、サイズ (S、M、または L) を数値に変換してグラフに表示する方法が見つかりませんでした。

必要なのは、たとえば、上記の割合に従って、「S」の作業量を考慮したバーンダウン チャートを作成することです。

推定パターンを変更せずに私の問題を解決する方法を誰でも提案できますか?

0 投票する
1 に答える
88 参照

azure-devops - Azure DevOps server import pipeline functionality ignores Approvers definition

I have the following definition in my pipeline that I am running on Azure DevOps Server Version Dev17.M153.3 enter image description here

After saving the change I can see the following content has been added to pipeline definition

Now I am exporting pipeline, using export option. Then I am deleting pipeline and importing it using exported json file. The imported pipeline missing the Approvers definition, nevertheless I can see the definition in exported json.

enter image description here

Am I missing something here or is it actually a Microsoft bug?