106 questions
0
votes
0
answers
29
views
Can I point a "Create Issue link" to the Preview tab in Github
I am working on an app where a link points you to creating an issue with the right format so that a Github actions processes it. I am using the format
https://github.com/{owner}/{repo}/issues/new?...
0
votes
1
answer
122
views
github projects - attach file to issue: file type not allowed
We'd like to attach various file types to our issues on github projects: pdf, database files, our own custom binary files... It doesn't work out of the box, "File type not allowed: .fdw". Is ...
0
votes
1
answer
123
views
How to export issues from GitHub to Excel file
How can I export issues on GitHub to Excel file to print. I have looked for the method on here too but they all missing the issue open and close time. Is it possible to export with the time?
0
votes
0
answers
71
views
Create common issue templates for all the repositories of a project
I already created a GitHub Organization and one project inside it.
This project has 5 active repositories.
As far as I understand, it is possible to create a template for one single repo or create ...
0
votes
0
answers
59
views
How can you filter by multiple issue numbers in a github project
I have a github project setup, can I filter by multiple issue numbers? For example I want to filter for something like 441,445,566. A single number like in the image below works but not multiple ...
1
vote
0
answers
69
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 ...
0
votes
1
answer
103
views
how to automatically connect GitHub issues (and PRs) to releases
Some repositories display the link between a closed issue and the first release the fix appeared in (see screenshot from the Celery project). I've spent some time in GitHub's documentation but can't ...
0
votes
1
answer
102
views
Github action create an issue with body a table
- name: Create Issue
if: steps.check_issue.outputs.issue_exists == 'false'
run: |
issue_body=$(echo '{
"title": "Titolo ${{ steps.check_repo.outputs.code }}",
...
0
votes
1
answer
28
views
API Issues H- I query from API Explorer, my ContactGroups is an empty array in each of my contact. Is it an API faulty?
I have a question about the API stuffs.
I have added contacts into Group in Xero admin site.
But when I query from API Explorer, my ContactGroups is an empty array in each of my contact.
Is it an API ...
1
vote
1
answer
2k
views
What is the simplest method to import Github issues into Azure DevOps as issues?
We want to move just our issues from Github to Azure DevOps and would like to know if there is a simple way to do this (i.e. a tool from Microsoft or a third party). For help with what could be ...
1
vote
1
answer
719
views
Github issue template validation (required: true) not working
I am trying to create a Github issue template and I would like to validate fields as filled in before allowing the user to submit the issue.
I am using the validations filed but Gthub does not seem to ...
0
votes
1
answer
176
views
Opening Flutter screen in new Tab on web
I want to open a flutter screen on new tab on a button click. I am using this code.
html.window.open('/#/external_screen',"_blank");
Where external_screen is route of my screen I want to ...
0
votes
1
answer
195
views
Extract users' email addresses using Github API
I have a Python function that pulls the issues in the repository using the Github API, and I want to pull the emails of the users who closed and opened the issue with this function. I tried below code ...
3
votes
1
answer
811
views
Github GraphQL fine-grained access token for projects
Trying to figure out how to use GraphQL to access project info on Github. The following request will fail (type":"FORBIDDEN","path":["repository","projects"...
1
vote
1
answer
570
views
gitlab issues remove uploaded designs
I uploaded desgins for the issues, but can not find the any delete option.
How can i delete it?