Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix wording
Co-authored-by: Liza Mock <[email protected]>
  • Loading branch information
cmanallen and lizokm authored Nov 12, 2024
commit acb2b710a80d744784bfcfdc99493297b0c5bd18
4 changes: 2 additions & 2 deletions docs/product/issues/issue-details/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,11 @@ The second type is feature flag change tracking. This will enable a timeline of

* [LaunchDarkly](/organization/integrations/feature-flag/launchdarkly/#change-tracking-integration)

When both of these integration are enabled you will also see suspect feature flags highlighted inside the feature flag table. Feature flags are suspect when their modification occurs suspiciously close to the initial detection of a new issue. Suspect feature flags are displayed are given a yellow highlight within the feature flag table.
When both integrations are enabled, you'll also see suspect feature flags highlighted in yellow in the feature flag table. Feature flags are marked as "suspect" if they're modified suspiciously close to the detection of a new issue.

![Feature Flags](./img/feature-flags.png)

A timeline of feature flag changes is displayed in the releases graph. These annotations can help you diagnose when a feature flag change is responsible for a new bug report.
A timeline of feature flag changes is displayed in the releases graph. It can help you diagnose when a feature flag change has triggered a new bug report.

![Feature Flags](./img/suspect-flags-timeline.png)

Expand Down
Loading