Expose work item iid for requirement type on GraphQL
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
- Create a requirement on a project using the UI
- 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.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Felipe Cardozo