Questions tagged [github-projects]
52 questions
1
vote
1 answer
What is the GitHub API resource type of non-classic Projects?
How can we access data about non-classic GitHub Projects?
The official documentation defines API resource type Project for this purpose but with this only classic Project board data can be accessed.

Chiranga Alwis
- 1,049
- 1
- 25
- 47
1
vote
1 answer
A project task/issue in GitHub Projects still shows open even though the issue has been closed
The Project board for my repo shows an open issue in the project even though the issue is actually closed. The filter for the board is set to show only open issues. Is this a bug, or did I make a mistake?

tmorgan497
- 45
- 4
1
vote
1 answer
GitHub GraphQL API Read custom field in Project V2
We are using Github Projects V2. I have created a custom field say 'MyCustomField'.
I want to read the value of custom field MyCustomField using Github GraphQL API.
I am following Gtihub GraphQL API Docs
So far I have got till reading a few…

Ashutosh Kumar Singh
- 13
- 6
1
vote
0 answers
Github actions failing because of 'Bad credentials'
I am running a github action aimed at our company's Github Project board but it is always failing with This project is configured at the org level. Org Login:[our organization name], project number#1 #ERROR# HttpError: Bad credentials
Run…

Ian Steffy
- 1,234
- 3
- 18
- 45
1
vote
1 answer
GitHub Projects Beta - How to get the data from a view in the API
My company is using the new GitHub projects beta and we're really enjoying the experience, but we're facing a problem and it is how to export the data from a specific view (or even all the data) with all the custom columns that we have.
The ideal…

Diego Oquendo
- 51
- 6
1
vote
1 answer
Slack and github integration: start receiving updates for tasks in a github project for status changes on a single slack channel
We use slack for internal communication in our team and have configured github on slack for getting updates about new commits and issues. Now, we want our workstream to be managed by tasks in github projects and for this need to configure a slack…

Avani Khabiya
- 1,207
- 2
- 15
- 34
1
vote
3 answers
On Github, what is the difference between a project managed in my account and the one on any repository?
first I create a project in the account menu and linked to a repository:
Screenshot of the menu of my github account
but when I go to my repository, I found nothing.Screenshot of the project's tab on my repository
How can I merge the account…
1
vote
1 answer
Github workflow automation
I try to automate workflow in my GitHub project kanban board.
The goal is: when the issue is closed and card located in "Closed" column I want to get notification via email that this issue was closed 30 days ago and I maybe want to do something with…

Dipdee
- 11
- 4
1
vote
3 answers
what is the difference between github project and project inside repository?
I know this question sounds dumb, but I am unable to understand the difference between the main project and project option provided inside each repository.
Are they same? (But the URL differs)
I looked at help.github.com
but it doesn't help.
I…

Jegadeesh Vontlin
- 31
- 9
1
vote
1 answer
How to customize card in Kanban board in GitHub Projects
Can we customise the card in Kannan board? is there any plugin available?

sudharsan tk
- 494
- 6
- 14
1
vote
1 answer
Can github create a project based off of individual repo projects?
I want to create a higher level (orginization) project that contains the cards from multiple individual repositories projects. Is that possible?

Nathan Smith
- 37
- 2
- 6
1
vote
0 answers
How can I create a report of a github "Projects" Kanban board ("Projects" tab of a repository)
Is there a way to extract the data of a github "Projects" Kanban board?
I'm talking about the Kanban boards that can be added to a repo. Found here:
https://github.com/<>/<>/projects/
What I need is a way to export the…

eddex
- 1,622
- 1
- 15
- 37
0
votes
0 answers
Single Dashboard of multiple Dashboard from Different GitHub repos
Pre-Conditions
At least have 2 Project Board on GitHub with 2 different Github repos
In my case it is "Dashboard for 3.50 SMP" and "Dashboard for 8.10.0 Kibana"
Both the Dashboard have the same columns
Screen-Shot
project A
project B
I have a…

Karan Bir Sandhu
- 1
- 1
0
votes
1 answer
"Must have admin rights to Repository" on Github API when trying to access project(classic) endpoint
I am trying to retrieve my projects information from my classic project board via the Github API. This is on my own repository that is cloned from another repo, but not forked. The Project board is also copied.
name: retieve project board info
on:
…
0
votes
0 answers
Additional GitHub Project Page
I have a primary github.io page but I would like to create other pages. I've read you can only have one main github.io page but that you can have multiple project pages. How does this work? Does anyone have a GitHub repo that shows the architecture…

Heats
- 123
- 1
- 3
- 10