monry/Get Project Item Id
Get Project Item Id of GitHub Projects
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | Personal Access Token that with `repo` and `org:read` is granted. | yes | "" |
| project-id | Node Id of project. | no | "" |
| project-owner | User/Organization name project contains. | no | "" |
| project-number | The number of the target project. | no | 0 |
| issue-id | Node Id of issue. | no | "" |
| issue-repository | Repository name with owner of issue. | no | "" |
| issue-number | Number of issue. | no | 0 |
Outputs
| name | description |
|---|---|
| project-item-id | Project Item Id that can be obtained from a project and issue. |
| error | Error message. |