Skip to content

Simplification of graphql mutations

Jarka Košanová requested to merge simplify-import-start-mutation into master

What does this MR do?

This MR simplifies few graphql mutations in 2 ways:

  1. It uses a method errors of ServiceResponse which was introduced in !33501 (merged)
  2. For JiraImport::Start it simplifies fetching project and its validation. We don't need to check project_path and then project presence as it is handled in authorized_find! (we test this in the related specs, no changes needed there, still passing)

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Merge request reports