Skip to main content
Filter by
Sorted by
Tagged with
0 votes
2 answers
55 views

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 ...
Alex's user avatar
  • 2,019
Tooling
0 votes
3 replies
26 views

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?
theking2's user avatar
  • 3,135
0 votes
1 answer
59 views

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. ...
Jonathan Wood's user avatar
1 vote
0 answers
72 views

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 ...
Javier V.'s user avatar
3 votes
0 answers
267 views

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 ...
nico's user avatar
  • 1,486
5 votes
2 answers
5k views

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 ...
BeepBot99's user avatar
1 vote
0 answers
115 views

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 ...
Allan Xu's user avatar
  • 9,674
1 vote
0 answers
123 views

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 ...
Rikhil Taneja's user avatar
1 vote
1 answer
57 views

Is it still possible to send login and password and get access to github API as Hubpress used to do? How?
Arthur Felipe's user avatar
1 vote
1 answer
781 views

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 ...
Jose Padilla's user avatar
5 votes
1 answer
3k views

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 ...
Lukasz Dynowski's user avatar
1 vote
0 answers
390 views

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",...
streetturtle's user avatar
  • 5,898
0 votes
1 answer
292 views

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 ...
Alex Cuba's user avatar
  • 163
2 votes
0 answers
606 views

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. ...
KubePony's user avatar
  • 154
0 votes
0 answers
118 views

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 ...
Rod's user avatar
  • 4,583
9 votes
0 answers
449 views

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....
dan1st's user avatar
  • 17.3k
1 vote
2 answers
732 views

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 ...
PecorinoDev's user avatar
4 votes
2 answers
3k views

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&...
Lavínia Beghini's user avatar
3 votes
2 answers
827 views

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'...
Figares's user avatar
  • 71
4 votes
1 answer
1k views

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" ...
zeepk's user avatar
  • 160
1 vote
1 answer
918 views

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's user avatar
0 votes
1 answer
382 views

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 ...
tmorgan497's user avatar
1 vote
1 answer
4k views

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 ...
Ashutosh Kumar Singh's user avatar
5 votes
2 answers
2k views

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 ...
Lukas Schauffele's user avatar
1 vote
0 answers
1k views

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 #...
Ian Steffy's user avatar
  • 1,244
2 votes
1 answer
4k views

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 ...
Dhaval D's user avatar
  • 1,645
1 vote
1 answer
1k views

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 ...
Diego Oquendo's user avatar
2 votes
0 answers
355 views

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 ...
laszlo's user avatar
  • 642
0 votes
1 answer
792 views

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 ...
Felix Niedermann's user avatar
7 votes
2 answers
4k views

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 ...
Casper Dijkstra's user avatar
0 votes
3 answers
2k views

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 ...
Nils Reichardt's user avatar
0 votes
0 answers
66 views

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 ...
user avatar
0 votes
1 answer
152 views

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....
D.icon's user avatar
  • 396
1 vote
1 answer
1k views

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 ...
Avani Khabiya's user avatar
0 votes
2 answers
2k views

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. ...
DJ Asuncion's user avatar
13 votes
3 answers
4k views

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.
ycshao's user avatar
  • 1,978
3 votes
1 answer
1k views

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.
Shawn-Ross's user avatar
0 votes
2 answers
1k views

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"....
Ashwin Kumar's user avatar
1 vote
3 answers
107 views

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 ...
Julio César Melchor Pinto's user avatar
0 votes
1 answer
101 views

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 ...
Dartfan's user avatar
1 vote
1 answer
151 views

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 ...
Dipdee's user avatar
  • 11
2 votes
3 answers
4k views

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 ...
Jegadeesh Vontlin's user avatar
1 vote
1 answer
284 views

Can we customise the card in Kannan board? is there any plugin available?
sudharsan tk's user avatar
1 vote
1 answer
57 views

I want to create a higher level (orginization) project that contains the cards from multiple individual repositories projects. Is that possible?
Nathan Smith's user avatar
18 votes
2 answers
6k views

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 ...
Buster's user avatar
  • 715
1 vote
0 answers
437 views

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>>/<&...
eddex's user avatar
  • 2,282
0 votes
2 answers
1k views

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) ...
user1028303's user avatar
0 votes
1 answer
19 views

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?
Michael Durrant's user avatar
4 votes
2 answers
2k views

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 ...
sampath.xyz's user avatar
0 votes
1 answer
141 views

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 ...
s.vijay's user avatar
  • 31