We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb9baab commit 73e6e70Copy full SHA for 73e6e70
management/projectsv2.py
@@ -6,6 +6,7 @@ class ProjectV2Project(dict):
6
def __init__(self, project_node_id):
7
self.project_node_id = project_node_id
8
data = self._get_project_data("PVT_kwDOARrkss4Am84U")
9
+ print(data)
10
self.columns = dict()
11
for item in data['data']['node']['items']['nodes']:
12
for field in item['fieldValues']['nodes']:
0 commit comments