Identify issue boards by using GraphQL
- Tier: Free, Premium, Ultimate
- Offering: GitLab.com, GitLab Self-Managed, GitLab Dedicated
You can identify issue boards for a project by using:
- GraphiQL.
cURL
.
Use GraphiQL
You can use GraphiQL to list the issue boards for a project.
Open GraphiQL:
- For GitLab.com, use:
https://gitlab.com/-/graphql-explorer
- For GitLab Self-Managed, use:
https://gitlab.example.com/-/graphql-explorer
- For GitLab.com, use:
Copy the following text and paste it in the left window. This query gets issue boards for the
gitlab-docs
repository.query { project(fullPath: "gitlab-org/gitlab-docs") { name forksCount statistics { wikiSize } issuesEnabled boards { nodes { id name } } } }
Select Play.
To view one of these issue boards, copy a numeric identifier from the output.
For example, if the identifier is 105011
, use this URL to go to the issue board:
https://gitlab.com/gitlab-org/gitlab-docs/-/boards/105011
Related topics
Docs
Edit this page to fix an error or add an improvement in a merge request.
Create an issue to suggest an improvement to this page.
Product
Create an issue if there's something you don't like about this feature.
Propose functionality by submitting a feature request.
Feature availability and product trials
View pricing to see all GitLab tiers and features, or to upgrade.
Try GitLab for free with access to all features for 30 days.
Get help
If you didn't find what you were looking for, search the docs.
If you want help with something specific and could use community support, post on the GitLab forum.
For problems setting up or using this feature (depending on your GitLab subscription).
Request support