Skip to content

Include epics from ancestor groups in issue epic dropdown

What does this MR do?

  • Modifies group_epics.query.graphql to use include_ancestor_groups when fetching epics for issue epic dropdown. This fixes #332820 (closed).

(This MR is the frontend portion separated from the necessary backend changes in !63374 (merged) to avoid the multiversion compatibility problem)

Screenshots (strongly suggested)

In issue page

before after
Screen_Shot_2021-06-07_at_3.19.58_PM Screen_Shot_2021-06-07_at_3.19.28_PM

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

Does this MR contain changes to processing or storing of credentials or tokens, authorization and authentication methods or other items described in the security review guidelines? If not, then delete this Security section.

  • 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

Related to #332820 (closed)

Edited by euko

Merge request reports