create-issue-branch icon indicating copy to clipboard operation
create-issue-branch copied to clipboard

copyIssueProjectsToPR does not work for Projects

Open bagermen opened this issue 1 year ago • 3 comments

I guess copyIssueProjectsToPR works for Classic Projects but not for new Projects.

The query shows me my project:

projectItems(first: 1) {
  nodes {
    project {
      id
    }
  }
}

This one return empty results

projectCards {
  nodes {
    project {
      id
    }
  }
}

There should be at least a note for that in the documentation

bagermen avatar Sep 28 '24 03:09 bagermen