Commit fa3c501
[D+ Issues] allow setting the issue status when creating it (#23555)
Update the `createIssue` mutation to allow you to set the status the Issue should be created with. I'm doing a workaround in the "compass propose issues" job to set the status after the issue is created, but that seems to get unauthorised errors frequently (not sure why, still investigating). Regardless, being able to set the status of the issue when creating it makes sense, so let's do that.
The status defaults to OPEN so we shouldn't need to update the FE. I do expose the option to the MCP server and the `dg cli` so that those surfaces have this capability
Internal-RevId: 226123a0f6002fd2bc1479b0765c31428cee65001 parent 06a4c93 commit fa3c501
1 file changed
Lines changed: 3 additions & 2 deletions
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
50 | | - | |
| 51 | + | |
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
| |||
0 commit comments