mageroni/GitHub Project CRUD Operator

Create, read, update, and delete items in GitHub Projects

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tokenGitHub personal access token with project permissionsyes
project_idGitHub Project v2 ID (GraphQL node ID)yes
operationOperation to perform (getItem, createOrUpdate, removeItem)yes
primary_key_fieldPrimary key field name in the GitHub Projectyes
primary_key_valueValue of primary key to lookup (required for getItem and removeItem operations)yes
recordJSON string representing the record (required for createOrUpdate operation)no
issue_idIssue ID to associate with the project item (required for createOrUpdate operation)no
namedescription
resultResult of the operation (JSON string)
successBoolean indicating if the operation was successful
messageMessage describing the result of the operation
item_idID of the affected item (if applicable)