Skip to content

Commit d448834

Browse files
committed
chore(aci): add flag to GET OrganizationIncidentIndex
1 parent 16fe989 commit d448834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sentry/incidents/endpoints/organization_incident_index.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def get(self, request: Request, organization: Organization) -> Response:
8181

8282
use_workflow_engine = features.has(
8383
"organizations:workflow-engine-rule-serializers", organization
84-
)
84+
) or features.has("organizations:workflow-engine-orgincidentindex-get", organization)
8585

8686
if use_workflow_engine:
8787
return self._get_workflow_engine(

0 commit comments

Comments
 (0)