52 questions
0
votes
2
answers
55
views
Create a NEW GitHub Project Workflow?
I’ve checked the project settings and confirmed that I’m an Admin. I’m also a member of the other group listed (see screenshot. Is this the problem?).
I’ve searched everywhere I can think of, and even ...
Tooling
0
votes
3
replies
26
views
In Github projects how do I link an item to a pull request
In the process of solving a projects item with a pull request an other item on the backlog was solved also (as a side effect). How do I link the later item to the same pull request?
0
votes
1
answer
59
views
Integrating Visual Studio with GitHub projects
Does anyone have any experience using GitHub projects with Visual Studio? In particular, I'm interested in using GitHub projects to track to-do items, and then tie code check ins to particular tasks.
...
1
vote
0
answers
72
views
Fetching Project Item Status with GitHub GraphQL API
I'm trying to retrieve the "Status" of issues within a GitHub Project using the GraphQL API. I'm using the fieldValueByName directive to access the custom field, but I'm encountering an ...
3
votes
0
answers
267
views
Adding labels from custom fields during item creation in github projects board view
It is possible to create new items in each pane of a board view.
After clicking in + Add item a new text window appears in the bottom.
We can link to a project by typing # and selecting the project ...
5
votes
2
answers
5k
views
What is the meaning of the 'estimate' field in GitHub Projects?
I have seen a field called estimate in several Projects.
For example, many of the default Projects templates, such as team planning, Kanban, and iterative development. However, I can't seem to find ...
1
vote
0
answers
115
views
Github Projects: How to auto convert all project items to an issue in a specific repository?
I create a GitHub project to track development work my team is doing in a repository.
The scope of the project supposed to be a specific repository.
Currently, all project items I create remain in ...
1
vote
0
answers
123
views
Not able to link PR with tasks in Github Projects
I'm curious if it's possible to link a Pull Request (PR) with a task created within a GitHub Project. While I've managed to manually link tasks with existing PRs, I'm encountering difficulty in ...
1
vote
1
answer
57
views
How can I have access to Github API using just login and password?
Is it still possible to send login and password and get access to github API as Hubpress used to do?
How?
1
vote
1
answer
781
views
"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 ...
5
votes
1
answer
3k
views
How to import data into GitHub project's view?
GitHub Projects provides Export view data options that export tasks into a tsv file. Does GitHub support reverse option, that is data import from tsv file? I'd like to avoid manual work of setting up ...
1
vote
0
answers
390
views
GraphQL query to get status from a new github project for an issue
With classic github projects I used to get the status of the issue along with other issue information using a single request:
{
search(query: "is:open is:issue assignee:@me archived:false",...
0
votes
1
answer
292
views
How to query project notes on Github using GraphQL?
I found a project at the address https://github.com/delbaoliveira/website/projects/1. I am using the GitHub GraphQL API to retrieve the desired notes.
I also created a similar project, but the ...
2
votes
0
answers
606
views
Creating custom workflows for Projects
I created a project for my repository and I'm trying to set up automation. Workflows allow, for example, to immediately transfer an Issue or Pull request to the desired column, for example, to ToDo.
...
0
votes
0
answers
118
views
When changing a VS project from using references to projects.config, how do I handle the references?
I am trying to migrate a .NET Framework 4.5.2 DLL, to a GitHub (GH) Package. The tutorial I came across (Working with the NuGet Registry) was for the SDK style of project. Our .NET Framework 4.5.2 is ...
9
votes
0
answers
449
views
Copy GitHub project including items
GitHub provides a project board called GitHub Projects.
I want to move a project from my personal account to an organization account including any items (cards/issues/PRs) that are part of the project....
1
vote
2
answers
732
views
Why is this String not passed properly in Github's GraphQL API?
I'm pretty new to GraphQL and Github Actions, here I'm trying to update an item in my GitHub Project (V2) using the Github CLI and the GraphQL API within the Github Action workflow file, I'm having ...
4
votes
2
answers
3k
views
GitHub Action move issue on project when issue is linked to a Pull Request
I am trying to automate my project boards. I would like an action to trigger when someone opens a Pull Request and links it to a issue on the board, then the issue would be moved to "In Review&...
3
votes
2
answers
827
views
Is it possible to create a user project (V2) with a github app?
I am trying to create a projectV2 with Github's Graphql API, through a Github App, because they have deprecated their classical projects, and if you try to create a project in a repository that doesn'...
4
votes
1
answer
1k
views
How do I trigger a Github Action on project card movement?
I need a Github action which closes an issue when that issue is moved to a "Done" column on a Github Project.
My issue is that the project_card trigger only works on "classic" ...
1
vote
1
answer
918
views
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.
0
votes
1
answer
382
views
A project task/issue in GitHub Projects still shows open even though the issue has been closed [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 ...
1
vote
1
answer
4k
views
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 ...
5
votes
2
answers
2k
views
GitHub GraphQL API Filter on custom text field in Project V2
We are using GitHub Projects (Beta). I created a custom text field called oma-project. I want to use the API to filter on this field, e.g., oma-project: "P0001". This should return all ...
1
vote
0
answers
1k
views
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 #...
2
votes
1
answer
4k
views
How to import issues from repo or organization into github project?
I want to use Github projects to triage issues from a repo. Problem is how to load all issues from repo into github project that I have created?
I have seen couple of videos like this one but everyone ...
1
vote
1
answer
1k
views
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 ...
2
votes
0
answers
355
views
How to set all newly created Github projects board tasks to become issues by default
Every new task I create in the Github projects board must be manually converted to an issue by me. I couldn't find any setting for what seems a most obvious thing, so is there any method of making ...
0
votes
1
answer
792
views
Get current Github Repository name with Octokit
I'm trying to get some information about the current Github Repo Projects, for a VsCode Extension, But I don't know (Haven't found it in the Documentation) how to get the current Repo name. With that ...
7
votes
2
answers
4k
views
Automatically add Github Issues to Github Project
My github repository contains an ISSUE_TEMPLATE that helps users to create issues.
Also, I have a backlog where I'd like to track issues and automate that they appear as soon as new issues have been ...
0
votes
3
answers
2k
views
GitHub Actions: Do not run a job, if issue is already in project
Is there a way to detect, if an issue is already in a project, like if: ${{ !contains(github.event.issue.projects.*.name, 'Board') }}?
This is my situation: I have an action, which moves automatically ...
0
votes
0
answers
66
views
How to change project language project "Repository"
How to change my type project " type Repository"
I need to change my repository "language repository" to Flutter or Dart
it is now c++.
Note:
My project is to enable Windows and ...
0
votes
1
answer
152
views
Link private repositories to private projects
Is it possible to link private repositories to a private project? All collaborators of the private repo's are also members of the project.
I know it's possible to add a project to a private repository....
1
vote
1
answer
1k
views
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 ...
0
votes
2
answers
2k
views
Github: Repository > Projects vs Organization/User > Projects
My case is that I'm a member of an organization and I'm assigned to lead a project.
In my Github org, I created a Project corresponding to the project's name and my member initiated a Repository.
...
13
votes
3
answers
4k
views
How do I assign multiple issues to a project in github
I cannot find an option for me to bulk select multiple issues and assign them to an project. I can only bulk assign labels and other stuff.
3
votes
1
answer
1k
views
Where to find GitHub project boards I have been added to as collaborator?
I have created a project board on Github and added another user as a collaborator to this private project. He can't find the project under his own project list but only if I give him the direct link.
0
votes
2
answers
1k
views
How can we create a Repository in GitHub with other repository content with template using GitHub Rest API
I have used the Get Repo API (https://api.github.com/repos/myId/myRepoName)to get the repository details. Now I want to create a new repository with the content and files in my "myRepoName"....
1
vote
3
answers
107
views
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 ...
0
votes
1
answer
101
views
Run a shell file from a github project
need some help here.
Im new to linux and all the stuff.
My main problem is to run a specific project from Github(https://puffycv.readthedocs.io/en/latest/Installation.html)
I'm useing a raspberry pi 4 ...
1
vote
1
answer
151
views
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 ...
2
votes
3
answers
4k
views
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 ...
1
vote
1
answer
284
views
How to customize card in Kanban board in GitHub Projects
Can we customise the card in Kannan board? is there any plugin available?
1
vote
1
answer
57
views
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?
18
votes
2
answers
6k
views
How to transfer a github Projects from one repository to another
I am curious if you can move a github 'Project' from one repository to another.
Should be more specific. Github has a 'Project' feature that allows you to create a simple kanban board.
I would ...
1
vote
0
answers
437
views
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/<<user-name>>/<&...
0
votes
2
answers
1k
views
Swimlanes in GitHub Projects
I'm moving from Jira to GitHub Projects to visualise our work. Our team works on multiple products at the same time. Does anyone know if GitHub-Projects allows the concept of swimlanes (like in Jira) ...
0
votes
1
answer
19
views
How to add an issue on a github board
There are a lot of menu's and + buttons but I've not been able to find any that can be used to just add a new card to the board. All I've been able to do is add a note.
How do I do this?
4
votes
2
answers
2k
views
How to add custom created column in github project boards's progress bar?
I created a project board in GitHub using default Kanaban. I've added my own column, but it isn't reflected in the project progress bar. Only To-Do, In-Progress & Done are reflected and it is ...
0
votes
1
answer
141
views
Facing error... in generating android dynamic form by defining json in particular format
I want to generate dynamic form in android from JSON data (ie) defined in particular format..
I referred this example
https://github.com/vijayrawatsan/android-json-form-wizard
Please ..Have a look ...