nipe0324/Update Project v2 Item Field
Automatically update a field on a GitHub project v2 item
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| project-url | URL of the project vw to update item field | yes | — |
| github-token | A GitHub personal access token with write access to the project | yes | — |
| field-name | The name of the field to update. Supported field types are `text`, `number`, `date`, `single_select` and `iteration` | yes | — |
| field-value | The value of the field to update. (`field-value` or `field-value-script` is required) | no | — |
| field-value-script | The script that returns the value of the field to update. (`field-value` or `field-value-script` is required) | no | — |
| skip-update-script | The script that returns a boolean value to determine whether to update the field. If the script returns `true`, the field will not be updated | no | — |
| all-items | Update all items in the project (default: false) | no | — |
Outputs
no outputs