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

deprecated - Retrieve a list of issues that have the value of this sprint #11

Closed
mikeaintworkin opened this issue Jan 23, 2023 · 4 comments
Assignees

Comments

@mikeaintworkin
Copy link
Contributor

mikeaintworkin commented Jan 23, 2023

The logical progression seems to be to dig deeper and deeper starting at the organization.

@mikeaintworkin mikeaintworkin converted this from a draft issue Jan 23, 2023
@mikeaintworkin mikeaintworkin self-assigned this Jan 23, 2023
@mikeaintworkin
Copy link
Contributor Author

  • Access the dataverse organization

@mreekie
Copy link
Contributor

mreekie commented Jan 23, 2023

Get the project number that I want.

  • use a query that starts at the org and find the project by name

{ organization(login: "IQSS")
{ projectsV2(first: 20, orderBy: {field: NUMBER, direction: ASC}, query: "Dataverse_Global_Backlog")
{ nodes
{ id
number
title
closed
}
}
id
email
projectsUrl
}
}

xxx - {'data': {'organization': {'projectsV2': {'nodes': [{'id': 'PVT_kwDOAApNpc4AHKIs', 'number': 34, 'title': 'Dataverse_Global_Backlog', 'closed': False}]}, 'id': 'MDEyOk9yZ2FuaXphdGlvbjY3NTIzNw==', 'email': None, 'projectsUrl': 'https://github.com/orgs/IQSS/projects'}}}


34

@mreekie
Copy link
Contributor

mreekie commented Jan 24, 2023

query = """
{ organization(login: "IQSS")
{ projectV2(number: 34)
{ title

}
id
email
projectsUrl
login 

}
}

xxx - {'data': {'organization': {'projectV2': {'title': 'Dataverse_Global_Backlog'}, 'id': 'MDEyOk9yZ2FuaXphdGlvbjY3NTIzNw==', 'email': None, 'projectsUrl': 'https://github.com/orgs/IQSS/projects', 'login': 'IQSS'}}}

@mikeaintworkin mikeaintworkin moved this from 🏗 In progress to waiting in Experments with GitHub Jan 27, 2023
@mikeaintworkin mikeaintworkin changed the title Retrieve a list of issues that have the value of this sprint deprecated - Retrieve a list of issues that have the value of this sprint Jan 29, 2023
@mikeaintworkin
Copy link
Contributor Author

deprecating this issue and renaming issue #10
This will reflect the change in the path of the investigation

@github-project-automation github-project-automation bot moved this from waiting to ✅ Done in Experments with GitHub Jan 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

2 participants