jblew/ProjectsV2 scheduler
Schedules items in Projects V2 based on Schedule field.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Github Personal AccessToken (PAT) with full project scope. | yes | — |
| project | Project URL. For user projects use "users/{username}/projects/{number}" and for orgs use "orgs/{name}/projects/{number}". | yes | — |
| schedule-field-name | Name of a TEXT field that stores the scheduled date. | no | Schedule |
| status-field-name | Name of the status field. | no | Status |
| schedule-state-name | Schedule state name. In order to schedule an issue you have to chage it's state to this name. | no | Schedule |
| todo-state-name | Todo state name. When schedule time turns from a future to the past the item will have it's state changed to the specified one. | no | Todo |
Outputs
no outputs