Skip to content

Add ability to use GraphQL for QA resource creation

Désirée Chevalier requested to merge qa-add-assign-iteration-spec into master

What does this MR do?

This MR adds the ability to use GraphQL instead of the REST API for creating QA resources. It also updates the iteration resource creation to utilize this new functionality.

While working on this, it turns out there’s no rest api endpoint for iterations but instead it uses GraphQL. I've modified the code as little as possible just to see if it will work with GraphQL but I would like some feedback on how it can be implemented a bit cleaner, perhaps with a GraphQL Client.

Screenshots

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:

  • 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
Edited by Désirée Chevalier

Merge request reports