Skip to content

Display Feature Flags Related to Issues

Andrew Fontaine requested to merge reference-feature-flags-from-issues-fe into master

What does this MR do?

Now that links between feature flags and issues are established, we can add some components to allow users to see them within their issues.

Some notes:

  • The admin_feature_flags_issue_links permission is required to view related feature flags. This is currently linked to the developer role, which is the same level as read_feature_flags. admin_feature_flags_issue_links is used as it is only available in EE, and so are relating issues and feature flags.
  • The component is extremely self-contained with no state-management or polling. I don't expect feature flags or their relations to change very often, but can add polling in later if need be. GraphQL is not an option here (yet) unfortunately.

for #220333 (closed)

Screenshots (strongly suggested)

image

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Edited by Andrew Fontaine

Merge request reports

Loading