We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Your call to project.getProperties expects it to return fields but it doesn't.
As per the README for github-project:
const projectData = await project.getProperties();
Returns project level data url, title, description and databaseId
https://github.com/gr2m/github-project/blob/e556211b6d19ca3fb1458f2a7b045bddd50a8d14/api/lib/project-node-to-properties.js#L11-L18
and/or
https://github.com/blombard/github-project/blob/f6dbb058959c210abe2d82f02cc1c3e7f11fb95b/api/lib/project-node-to-properties.js#L11-L18
The text was updated successfully, but these errors were encountered:
Hi @simonkotwicz 👋
I am not sure to understand your problem? 🤔
How is this impacting you?
Sorry, something went wrong.
Well I get an error when I try to run your script because projectData.fields is undefined.
undefined
No branches or pull requests
Your call to project.getProperties expects it to return fields but it doesn't.
As per the README for github-project:
project.getProperties()
Returns project level data url, title, description and databaseId
Relevant code
https://github.com/gr2m/github-project/blob/e556211b6d19ca3fb1458f2a7b045bddd50a8d14/api/lib/project-node-to-properties.js#L11-L18
and/or
https://github.com/blombard/github-project/blob/f6dbb058959c210abe2d82f02cc1c3e7f11fb95b/api/lib/project-node-to-properties.js#L11-L18
The text was updated successfully, but these errors were encountered: