Skip to content

Manage and display labels from epic graphql

Jarka Košanová requested to merge 31912-epic-labels into master

What does this MR do?

This MR adds labels field to the EpicType and adds the possibility to add and remove labels in UpdateEpic mutation - new arguments add_label_ids and remove_label_ids were introduced, which is the similar approach as we use currently in services.

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:

Related issues: #35185 (closed), #31912 (closed)

Merge request reports