We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2050859 + f443420 commit a140c2dCopy full SHA for a140c2d
.github/workflows/new-issues.yml
@@ -25,15 +25,17 @@ jobs:
25
$status_field: ID!
26
$status_value: String!
27
) {
28
- updateProjectNextItemField(
+ updateProjectV2ItemFieldValue(
29
input: {
30
- projectId: $project
+ projectId: $project
31
itemId: $item
32
fieldId: $status_field
33
- value: $status_value
+ value: {
34
+ singleSelectOptionId: $status_value
35
+ }
36
}
37
- projectNextItem {
38
+ projectV2Item {
39
id
40
41
0 commit comments