Create work items at group level
What does this MR do and why?
This MR enables creating work items at group level. Note that this only handles work item create part and does not handle fetching the created work item, though it can be seen as part of the graphql response.
There are several challenges with getting work items at group level
- Scoping IIDs to group vs project. This is being extracted into separate MR !112900 (merged)
- Handling references for work items(issues) at both group and project level. This is being extracted into a separate MR as well !113080 (merged)
- Handle any permission updates to allow creation of work items at group level.
- The work item creation itself that would include changes to the service and mutation code.
Related Issues
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
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 Alexandru Croitor