Skip to content

[DASh 2025] Ticketing Systems topic for Security Overview #29778

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

michaelcretzman
Copy link
Contributor

Doc ticket: DOCS-10841
Editing ticket: DOCS-11099

What does this PR do? What is the motivation?

  • new topic named Ticketing Systems for Security Overview
  • Bidirectional sync is the new functionality

Merge instructions

To be merged the day before DASH.

and adding product support markdown
DOCS-10841

- added new topic for bidirectional case management
@michaelcretzman michaelcretzman requested a review from a team as a code owner June 5, 2025 22:17
@github-actions github-actions bot added Architecture Everything related to the Doc backend Images Images are added/removed with this PR labels Jun 5, 2025
@michaelcretzman michaelcretzman requested a review from cswatt June 5, 2025 22:18
Copy link
Contributor

github-actions bot commented Jun 5, 2025

ℹ️ Documentation Team Review

No documentation team review is required for this pull request.

@michaelcretzman michaelcretzman self-assigned this Jun 5, 2025
@michaelcretzman michaelcretzman added editorial review Waiting on a more in-depth review okr11 labels Jun 5, 2025
Copy link
Contributor

github-actions bot commented Jun 5, 2025

Preview links (active after the build_preview check completes)

New or renamed files

Copy link
Contributor

@cswatt cswatt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sorry for this annoying review!

I think my main concerns were:

  • Clarity on what the general topic of this page is vs. what the Preview feature is. Seems to me like this is about ticketing management for security, then narrows to this specific bidirectional syncing feature for Jira and Code Security, and the latter is what's in Preview.
  • "Bidirectional case management integration with Jira" is a very long string to parse as one entity. I noticed a comment in your ticket that says the feature name is "Case Management and Jira Bidirectional Syncing", so I've made a few suggestions to refer to the feature as "bidirectional syncing with Jira"
  • Setup steps have kind of an awkward format
  • other smaller edits/suggestions
  • Also note the preprod bits logo is visible in one of the screenshots!


{{< product-availability >}}

{{< callout btn_hidden="false" header="Join the Preview!" >}}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
{{< callout btn_hidden="false" header="Join the Preview!" >}}
{{< callout btn_hidden="true" header="Join the Preview!" >}}


Open any signal in these products and use the **Create Case** button to create a case in Datadog.

## Bidirectial case management with Jira
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
## Bidirectial case management with Jira
## Bidirectional ticket syncing with Jira

I think this heading gives users a more immediate idea of what the capability is, at a glance


Remediation of the finding in Datadog or defining an exception by muting the finding are the only ways to close a finding. Once the finding is remediated, its related cases and Jira tickets are closed.

### Set up birdirectional case management integration with Jira
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
### Set up birdirectional case management integration with Jira
### Set up bidirectional syncing


### Set up birdirectional case management integration with Jira

The following steps set up birdirectional case management integration with Jira and use Code Security vulnerabilites to verify that setup is successful.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
The following steps set up birdirectional case management integration with Jira and use Code Security vulnerabilites to verify that setup is successful.
The following steps set up bidirectional syncing with Jira and use Code Security vulnerabilities to verify that setup is successful.

The following steps set up birdirectional case management integration with Jira and use Code Security vulnerabilites to verify that setup is successful.

1. Set up the following prerequisites in your Datadog account, or verify that they are set up already. The prerequisites are listed in their setup order.
1. A [Datadog Jira integration][2].
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
1. A [Datadog Jira integration][2].
1. The [Datadog Jira integration][2].

there's only one!


Here's an example from a Static Code (SAST) signal:

{{< img src="security/bidir-jira-existing.png" alt="signal with existing Jira ticket" responsive="true" style="width:100%;">}}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
{{< img src="security/bidir-jira-existing.png" alt="signal with existing Jira ticket" responsive="true" style="width:100%;">}}
{{< img src="security/bidir-jira-existing.png" alt="signal with existing Jira ticket: in the Next Steps section, under Ticket Created, a pill with the Jira logo and text 'CJT-16'" responsive="true" style="width:100%;">}}


Hover over the Jira ticket to see its details.

{{< img src="security/bidir-jira-existing-hover.png" alt="signal with existing Jira ticket" responsive="true" style="width:100%;">}}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
{{< img src="security/bidir-jira-existing-hover.png" alt="signal with existing Jira ticket" responsive="true" style="width:100%;">}}
{{< img src="security/bidir-jira-existing-hover.png" alt="Mouseover state for pill in previous image. Modal with Jira ticket details." responsive="true" style="width:100%;">}}


In **Datadog Associated Case**, the related Datadog case is provided. Click the case name to open it in [Case Management][1].

Deleting a case does not delete related Jira tickets, but deleting a case project deattaches all tickets from related signals.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Deleting a case does not delete related Jira tickets, but deleting a case project deattaches all tickets from related signals.
Deleting a case does not delete related Jira tickets, but deleting a case project detaches all tickets from related signals.


Deleting a case does not delete related Jira tickets, but deleting a case project deattaches all tickets from related signals.

### Bidirectional case management facets
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
### Bidirectional case management facets
### Bidirectional Case Management facets


### Bidirectional case management facets

There are several case management facets, including:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what entities are these facets attached to? the vulnerabilities, the case management projects, etc.?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Architecture Everything related to the Doc backend editorial review Waiting on a more in-depth review Images Images are added/removed with this PR okr11
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants