feat(workitems): add DeleteWorkItem method

What does this MR do and why?

Implements DeleteWorkItem to support the workItemDelete GraphQL mutation. The method accepts fullPath and iid, internally queries for the Global ID, then executes the deletion mutation.

Also adds cleanup to gitlab_test/utils_test.go for TestCreateWorkItem() integration test.

#2220

Edited by Carlos Corona

Merge request reports

Loading