Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issue view --json projectCards returns empty list #8959

Open
major0 opened this issue Apr 12, 2024 · 0 comments
Open

issue view --json projectCards returns empty list #8959

major0 opened this issue Apr 12, 2024 · 0 comments
Labels
bug Something isn't working needs-triage needs to be reviewed

Comments

@major0
Copy link

major0 commented Apr 12, 2024

Describe the bug

Attempting to get a list of projectCards for a given <issue number> returns an empty list.

version

$ gh --version
gh version 2.47.0 (2024-04-03)
https://github.com/cli/cli/releases/tag/v2.47.0

Steps to reproduce the behavior

  1. Find an issue which is associated with a project board and remember the <issue number>
  2. run gh issue view <issue number> --json projectCards
  3. note that the output returns an empty list.

output

{
  "projectCards": []
}

Expected vs actual behavior

Expected a list of project cards.

@major0 major0 added the bug Something isn't working label Apr 12, 2024
@cliAutomation cliAutomation added the needs-triage needs to be reviewed label Apr 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs-triage needs to be reviewed
Projects
None yet
Development

No branches or pull requests

2 participants