Skip to content

Use stricter typed global IDs for iterations

What does this MR do?

Use full graphql ID instead of shortened form for iterations.

Before we were stripping off the gid://gitlab/Iterations bit from the ID and just using a numerical ID. Since !57620 (merged) we can pass the full ID instead!

Related to #284011 (closed)

Edited by Simon Knox

Merge request reports