Skip to content

Feature Flag Issues List Service

Jason Goodman requested to merge ff-issues-list-service into master

What does this MR do?

Add a FeatureFlagIssuesController along with a FeatureFlagIssues::ListService to respond to GET requests for Issues linked to a FeatureFlag.

This is the GET #index request for the linked issues widget that will appear in the feature flag details page.

See !33337 (merged) for the full implementation details to see how this fits in with the rest of the feature.

Issue: #26456 (closed)

Screenshots

The completed linked issues widget from !33337 (merged):

Screen_Shot_2020-06-12_at_2.29.05_PM

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Jason Goodman

Merge request reports