package
1.7.4
Repository: https://github.com/grafana/github-datasource.git
Documentation: pkg.go.dev

# Functions

GetAllProjectItems uses the graphql endpoint API to list all project items in the repository.
GetAllProjects uses the graphql endpoint API to list all projects in the repository.
GetProjectsInRange retrieves every project from the org and then returns the ones that fall within the given time range.
GetProjectsItemsInRange retrieves every project from the org and then returns the ones that fall within the given time range.
ProjectNumber ...

# Constants

PageNumberLimit is the limit on the number of pages that will be traversed.

# Structs

Assignees to the ProjectItem.
CommonField ...
Content of the ProjectItem.
Field is a field on a ProjectItem.
FieldValue is a value for a Field.
FieldValues are the values of each Field of a ProjectItem.
IssueContent of the ProjectItem.
Project is a GitHub project.
ProjectItem is a GitHub project item.
ProjectItemsWithFields ...
ProjectLabel ...
ProjectLabels ...
ProjectV2FieldCommon is common to fields.
ProjectV2ItemContent contains Content for a ProjectItem.
ProjectV2ItemFieldDateValue is a value for a Date field.
ProjectV2ItemFieldIterationValue is a value for an Iteration field.
ProjectV2ItemFieldLabelValue is a value for a Labels field.
ProjectV2ItemFieldNumberValue is a value for a Number field.
ProjectV2ItemFieldRepositoryValue ...
ProjectV2ItemFieldReviewerValue ...
ProjectV2ItemFieldSingleSelectValue is a value for a SingleSelect field.
ProjectV2ItemFieldTextValue is a value for a Text field.
QueryListProjects lists all projects in a repository organization(login: "grafana") { projectsV2(first: 100) { nodes { id title ..
QueryListProjectsByUser lists all projects by user.
QueryProject lists project items in a project organization(login: "grafana") { projectV2(number: 218) { items(first: 50) { totalCount nodes { id createdAt } }, fields(first: 50) { totalCount nodes{ ..
QueryProjectByUser lists Github projects by User.
Reviewer ...
Reviewers ...

# Type aliases

Projects is a list of GitHub Projects.