github: how to reference an issue in a commit from a different repository?

Mulgard

I have two repositories:

  • Repository A
  • Repository B

I also have a project:

  • Project X

This Project X has Repository A and Repository B as linked repositories.

In Repository A I created several issues:

  • Issue 1
  • Issue 2
  • Issue 3

All these issues are appearing on the kanban board of Project X. When I now do a commit on Repository B:

closes #1

The commit wont get linked to the Issue 1 of Repository A. Can I configure the project in a way that I can create such references from commits from different Repositories? Or do I use this wrong?

Schwern

#1 refers to issue 1 in this repo.

repoA#1 refers to issue 1 in repoA. You would use this.

org/repoA#1 refers to issue 1 in org's repoA.

See Mastering Markdown.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

How to remove a commit on repository of GitHub from merge of other repository?

How to link to a git commit from a different Github repo from an issue description

How can I reference a commit in an issue comment on GitHub?

How to reference issue (gitlab, github) at the beginning of the message with "$ git commit"?

Pull a commit from a different repository

Get GitHub repository URL from commit

How to fetch a GitHub repository for a specific commit efficiently?

How to rollback github repository to a previous commit?

How to get commit count of the repository in github actions?

Reference an issue from a commit message in gitlab

How to reference files within a github repository

How to merge current local branch with specific single commit from different branch in remote repository?

Get GitHub commit contributions from commits to Azure DevOps repository

How can I reference Jenkins Github repository Name from the Execute Shell?

How do I point to a different gitHub repository?

How to escape a '#' so it will NOT reference an issue in a GitHub comment?

how to extract commit patches from a git repository

How to commit from a downloaded (.zip) repository?

Github repository rename issue

GitHub security issue in a repository

Does the original Github repository also have the issue if I open an issue in a forked repository, fix it and pull-request the commit?

How to commit-push ionic 3 blank to my GitHub repository?

How can I rollback a github repository to a specific commit?

Github + Jenkins >> How to trigger build on "Commit and Push" in code repository?

How to create a GitHub action to checkout a specific commit in a private repository?

Commit a file to a forked repository on github

Github commit with different user

How can I add new files to an existing github-repository from a different path than before

Visual Studio Team Services with GitHub repository synchronization (to and from) issue