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.
1 parent 37e45d7 commit 6930248Copy full SHA for 6930248
.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