Skip to content

Expose work item iid for requirement type on GraphQL

Felipe Cardozo requested to merge issue_382143 into master

What does this MR do and why?

Exposes work item iid on requirement type for GraphQL.

related to #382143 (closed)

How to set up and validate locally

  1. Create a requirement on a project using the UI
  2. Execute the following GraphQL query:
query { 
  project(fullPath: "PROJECT_PATH") {
    requirements {
      edges {
        node {
          workItemIid
        }
      }
    }
  }
}

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Felipe Cardozo

Merge request reports

Loading