-
Notifications
You must be signed in to change notification settings - Fork 0
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
Retrieve a list of the issues & PRs in the global backlog and include Status #10
Comments
First I'm going to create a branch, |
deleted the branch IQSS/dataverse#8 from origin |
It appears my bearer token has been deleted. |
/usr/bin/python3.10 /home/perftest/DevCode/github-com-mreekie/GitHubProjects/experimentsWithGithub/bin/return_project_columns.py xxx - {'data': {'organization': {'projectsV2': {'nodes': [{'id': 'PVT_kwDOA9hM5s4AK8Hf', 'number': 4, 'title': 'Experments with GitHub', 'closed': False}, {'id': 'PVT_kwDOA9hM5s4AHoYs', 'number': 3, 'title': 'Agile Dungeon Trekking', 'closed': False}, {'id': 'PVT_kwDOA9hM5s4AHidk', 'number': 2, 'title': "@mreekie's untitled project", 'closed': True}]}, 'id': 'MDEyOk9yZ2FuaXphdGlvbjY0NTA3MTEw', 'email': None}}} Process finished with exit code 0 |
It appears that if I even cut/paste the bearer token into comments here it gets deleted. |
Looking at the work here: And wondering if I could/should learn this and build on it or contribute. |
Going to pause here. |
making good progress.
|
The immediate objective has changed because the sprint is going now.
Then
|
More progress.
|
The next step is to return a list of issues
|
Updated columns in backlog after a discussion with Stefano
|
I need this id, but the path I've taken down the tree of properties won't get me to a list of issues in the column "\u25b6Sprint Kickoff!" I need to go down a different path: |
More progress!
I'm using a combination of viewing the original schema.docs.graphql in pycharm and then manually walking through the query with the same schema doc imported into zenkit hypernotes. The work in hypernotes is very manual, but I'm finding that it helps me to digest how the schema "thinks".
|
I can get all the issues in the project with more information
|
I'm feeling stuck. I've got a list of issues in the project. I've avoided looking at views. Maybe the answer is there?
I think it's likely I"m missing something basic. |
I have the next piece possibly.
|
|
|
I modified the title again. I have retrieved a list of issues and PRs
|
Where I Think I'm heading now is:
|
This is really a continuation of IQSS/dataverse#8
which was interrupted because I did the PR procedure out of order.
The objective here is to retrieve the list of columns in a project.
For this one I'm going to continue to use my own project instead of dataverse.
I'm still not confident I understand how to interpret the documentation on how to pull specific information. I'm still relying on examples. As far as this issue is concerned I'm still not there yet. What I've done is just manage to get a list of projects.
Originally posted by @mikeaintworkin in #8 (comment)
The text was updated successfully, but these errors were encountered: