You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .generator/schemas/v2/openapi.yaml
+5-9Lines changed: 5 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -13778,7 +13778,8 @@ components:
13778
13778
description: Attributes of the Jira issue to create.
13779
13779
properties:
13780
13780
assignee_id:
13781
-
description: Unique identifier of the user assigned to the Jira issue.
13781
+
description: Unique identifier of the Datadog user assigned to the Jira
13782
+
issue.
13782
13783
example: f315bdaf-9ee7-4808-a9c1-99c15bf0f4d0
13783
13784
type: string
13784
13785
description:
@@ -13799,8 +13800,9 @@ components:
13799
13800
type: object
13800
13801
priority:
13801
13802
$ref: '#/components/schemas/CasePriority'
13802
-
description: Priority of the Jira issue. If not provided, the priority will
13803
-
be automatically set to "NOT_DEFINED".
13803
+
description: Datadog case priority mapped to the Jira issue priority. If
13804
+
not provided, the priority will be automatically set to "NOT_DEFINED".
13805
+
To configure the mapping, see [Bidirectional ticket syncing with Jira](https://docs.datadoghq.com/security/ticketing_integrations/#bidirectional-ticket-syncing-with-jira).
13804
13806
example: P4
13805
13807
title:
13806
13808
description: Title of the Jira issue. If not provided, the title will be
@@ -87819,9 +87821,6 @@ paths:
87819
87821
permissions:
87820
87822
- security_monitoring_findings_write
87821
87823
- appsec_vm_write
87822
-
x-unstable: '**Note**: This endpoint is in beta and is subject to change.
87823
-
87824
-
Please check the documentation regularly for updates.'
87825
87824
post:
87826
87825
description: 'Create Jira issues for security findings.
87827
87826
@@ -87865,9 +87864,6 @@ paths:
87865
87864
permissions:
87866
87865
- security_monitoring_findings_write
87867
87866
- appsec_vm_write
87868
-
x-unstable: '**Note**: This endpoint is in beta and is subject to change.
87869
-
87870
-
Please check the documentation regularly for updates.'
87871
87867
/api/v2/security/findings/search:
87872
87868
post:
87873
87869
description: 'Get a list of security findings that match a search query. [See
0 commit comments