-
Hi all, at the moment i got many requests for "How to link my planned Features / Bugs / Release Criteria" with the dedicated working issues on component repositories? Basic Idea: So how do i link / menition my team issue to the Feature or Bug Issues on sig-release repository? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
@FaGru3n here is a good example #212. This is a feature (created on sig-release) which links on issues, which are created within a specific repository. Linking between issues across different repositories works really simple :) for example linking an issue from eclipse-tractusx/item-relationship-service#187 See documentation here |
Beta Was this translation helpful? Give feedback.
-
Hi, just to show how you can link your issues on sig-release repository to the dedicated working issue in your team repositories. There are more options to link them in your team repositories, in general you can reference any issue based on the patterns that are provided by GitHub itself. GitHub Docs In our case you can like directly with in your team-reapository by only typing
From team / component repo perspective it could be linked to your Feature with
In Case you tranfered this issue from sig-release repo to your personal team repository be sure that the working issue is not linked in the "Release Planning" Board I guess now you can also adapt this in your tasklists in your feature issue in sig-release Some Examples were already created to demonstrate how this works see #212 #68 |
Beta Was this translation helpful? Give feedback.
Hi,
just to show how you can link your issues on sig-release repository to the dedicated working issue in your team repositories.
There are more options to link them in your team repositories, in general you can reference any issue based on the patterns that are provided by GitHub itself. GitHub Docs
In our case you can like directly with in your team-reapository by only typing
#
and then the related issuenumber.#68
will look like #68From team / component repo perspective it could be linked to your Feature with
GitHubOrg/repository#issuenumber
to reference the feature or the related issue on sig-release repository.Example to link you…