infinite-automations/GitHub Projects Get Field Ids
Get the id of a custom field or a select list option
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Token to access the project via API | yes | — |
| project-number | Number of the project | yes | — |
| project-owner | The owner of the project. This is normally an organization. | yes | — |
| field-name | The name of the field to get the id for. | no | — |
| select-option-name | The name of the select option to get the id for. field-name has to be specified as well. | no | — |
Outputs
| name | description |
|---|---|
| field-id | The id for the given field |
| select-option-id | The id for the given select option |