eleutheria-tech/Get GitHub Project V2 Item IDs
This action outputs the ID of the items in your organization's GitHub Project.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| gh_token | GitHub Token with org permission | yes | "" |
| org | Your organization's name | no | "" |
| project_number | Github Project's number in your organization | yes | "" |
| repo | Repository name for filtering items | no | "" |
| single_select_field_id | Single select field ID for filtering items (single_select_field_option_id is required) | no | "" |
| single_select_field_option_id | Option ID of the supplied single select field for filtering items (single_select_field_id is required) | no | "" |
| label_name | Label name for filtering items | no | "" |
Outputs
| name | description |
|---|---|
| item_ids_json | filtered item ids in JSON |