---
search:
  exclude: true
---

# <a id="bitdrift.public.unary.issues.v1.GetIssueFeatureFlagsResponse"></a>GetIssueFeatureFlagsResponse

| Field | Type | Description |
|---|---|---|
| feature_flags | <span class="proto-type proto-type-message">repeated [<i class="proto-type-part">bitdrift</i><i class="proto-type-dot">.</i><i class="proto-type-part">public</i><i class="proto-type-dot">.</i><i class="proto-type-part">unary</i><i class="proto-type-dot">.</i><i class="proto-type-part">issues</i><i class="proto-type-dot">.</i><i class="proto-type-part">v1</i><i class="proto-type-dot">.</i><i class="proto-type-part">GetIssueFeatureFlagsResponse</i><i class="proto-type-dot">.</i><i class="proto-type-part">FeatureFlag</i>](#bitdrift.public.unary.issues.v1.GetIssueFeatureFlagsResponse.FeatureFlag){ title="bitdrift.public.unary.issues.v1.GetIssueFeatureFlagsResponse.FeatureFlag"}</span> | The feature flags active when the issue occurred. |

#### Example
```json
{
  "feature_flags": [
    {
      "modified_at": "2024-01-15T09:30:00Z",
      "name": "Resolved in v2.2.0",
      "variant": "user@example.com"
    }
  ]
}
```

# <a id="bitdrift.public.unary.issues.v1.GetIssueFeatureFlagsResponse.FeatureFlag"></a>GetIssueFeatureFlagsResponse.FeatureFlag

| Field | Type | Description |
|---|---|---|
| name | <span class="proto-type proto-type-primitive">string</span> | The name of the feature flag. |
| variant | <span class="proto-type proto-type-primitive">optional string</span> | The variant of the feature flag, if applicable. |
| modified_at | <span class="proto-type proto-type-well-known">[google.protobuf.Timestamp](https://protobuf.dev/reference/protobuf/google.protobuf/#timestamp){ title="google.protobuf.Timestamp"}</span> | The last time the feature flag was modified prior to the issue occurring. |

#### Example
```json
{
  "modified_at": "2024-01-15T09:30:00Z",
  "name": "Resolved in v2.2.0",
  "variant": "user@example.com"
}
```

