• 使用を開始する
  • 関連ドキュメント

End of sales and support for Opsgenie

Atlassian will discontinue new sales of Opsgenie on June 4, 2025 and end support for Opsgenie on April 5, 2027. Read the full announcement and learn about next-generation incident response options via Jira Service Management and Compass.

インシデントの検索構文

フィールド

ほとんどのインシデントフィールドで、field:valueの組み合わせを使用できます。

条件

説明

createdAt : 1470394841148


ミリ秒形式の UNIX タイムスタンプ。(1470394841148 -> Fri, 05 Aug 2016 11:00:41.148 GMT)

id : b9a2fb13-1b76-4b41-be28-eed2c61978fa

インシデントの ID。

tinyId : 28

インシデントに割り当てられている短いID。このフィールドは変動するため、使用は推奨されないことに注意してください。

message : Api is down

文字列

description : Monitoring tool is reporting that

文字列

status : open

open | resolved | closed

priority : P1

P1 | P2 | P3 | P4 | P5

teams : team1

所有者チームの名前

services : service1

サービスの名前

tag : urgent

文字列

actions : restart

文字列

details.key : impact

文字列

details.value : external

文字列

postmortemRequired : true

true | false

postmortemStatus : draft

draft | in-review | published | no-postmortem

postmortemPublishDueDate : 1470394841148

ミリ秒形式の UNIX タイムスタンプ。(1470394841148 -> Fri, 05 Aug 2016 11:00:41.148 GMT)

条件演算子

: 完全一致演算子に加えて、<<=>、および >= 演算子も使用できます。

createdAt < 1470394841148

論理演算子

You can combine multiple value(s) by using AND and OR operators. Just don't forget to wrap them with ( ) parentheses.

説明

message: (lorem OR ipsum)

message フィールドには "lorem" または "ipsum" が含まれます。

description: (lorem AND ipsum)

description フィールドには、"lorem" と "ipsum" の両方が含まれます。

AND演算子とOR演算子を使用して、複数の条件を組み合わせることもできます。

message: lorem AND createdAt < 1470394841148

message: (lorem OR ipsum) AND createdAt < 1470394841148

status: open AND (createdAt < 1470394841148 OR entity:lipsum)

特定の値に対する検索結果を不適格にするには、NOT検索クエリを使用します。

説明

message: NOT lorem

message フィールドに lorem が含まれません。

status: NOT open

インシデントの status が open ではありません (つまり、closed または resolved)

アスタリスク (*) ワイルドカードの使用法

アスタリスク (*) 文字は、検索の任意の文字クラスの代替として使用できます。これは、実際の文字が何であるか分からない場合や、名前全体を入力したくない場合に、1 つ以上の文字の代替としてよく使用されます。"message" フィールドが "lorem" で始まることは分かっているが、フィールドの残りの文字は思い出せないインシデントを検索する場合は、次のように入力します。

message: lorem*

lorem*

さらにヘルプが必要ですか?

アトラシアン コミュニティをご利用ください。