-
Andrew Fontaine authored
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. Changelog: added EE: true
5b79efa7