Git Product home page Git Product logo

Comments (7)

leonsteinhaeuser avatar leonsteinhaeuser commented on May 10, 2024 1

That's because issues and pull requests are tied to a user or organisation. Until now there is no way to easily cross reference issues/projects.

from project-beta-automations.

leonsteinhaeuser avatar leonsteinhaeuser commented on May 10, 2024

@boojamya thank you for reporting this problem. Can you please try to add the following right to your "GH App Auth": Repo: Contents: RW. I've read a few similar posts, and it may be that this solves the problem.

from project-beta-automations.

boojamya avatar boojamya commented on May 10, 2024

Permission added.
Unfortunately getting the same output.

from project-beta-automations.

leonsteinhaeuser avatar leonsteinhaeuser commented on May 10, 2024

I have checked my installations and they work as expected.

The following images show my configured permissions:
repository_permissions_1
repository_permissions_2
repository_permissions_3
organization_permission_1
user_permissions_1
user_permissions_2

Application integration:
applications_integration

from project-beta-automations.

boojamya avatar boojamya commented on May 10, 2024

Verifying those permissions fixed it! Appreciate it.
This may have been user error the whole time. Thanks for the quick responses.
Feel free to close, but I have one more question.

Say the Project Board was created under "Organization A" and you want to add issues created by a repo under "Organization B"
Have you had any luck/attempted adding issues from another organization/user you have access to?
On B, I set up all the secrets to point to the App created on Org A, created the workflow.yaml file. I'm getting this log:

++ gh api graphql --header 'GraphQL-Features: projects_next_graphql' -f 'query=
    mutation($project:ID!, $resource_id:ID!) {
        addProjectNextItem(input: {projectId: $project, contentId: $resource_id}) {
            projectNextItem {
                id
            }
        }
    }' -f project=xxxxxxxxxxx -f resource_id=xxxxxxxxx --jq .data.addProjectNextItem.projectNextItem.id
**gh: Could not resolve to a node with the global id of 'xxxxxxxxx'.**

I realize this could be out of scope, just seeing if you have insight here.

from project-beta-automations.

leonsteinhaeuser avatar leonsteinhaeuser commented on May 10, 2024

It is possible to add the issue to a card, but the output does not reflect the status. E.g. Issue --> Projects --> "None yet".

You can refer to other issues by adding an "item" to a card and enter the full path to the issue.

Example: <organization/user>/<repository>#<issue-id>

from project-beta-automations.

boojamya avatar boojamya commented on May 10, 2024

Ahh yes. I know you can reference other issues by simply pasting the URL of the issue in the "+" section as well.

Screen Shot 2022-04-21 at 8 21 12 AM

Just couldn't get it to work with this workflow file.

from project-beta-automations.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.