Defect #4163
Allow cross-project references in commits
Status: | Closed | Start date: | 2009-11-04 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | SCM | |||
Target version: | - | |||
Resolution: | Duplicate | Affected version: |
Description
Right now, the refs/closes/fixes/... keywords only affect issues in the same project as the repository.
It should be nice to allow to reference any issue from a commit
Related issues
History
#1 Updated by Anonymous over 12 years ago
- File patch-cp-issue-keywords_1.diff
added
#2 Updated by Anonymous over 12 years ago
There is something else to fix.
If a project doesn't have the repository module enabled, its issues won't show associated revisions.
#3 Updated by Anonymous over 12 years ago
Jorge Bernal wrote:
If a project doesn't have the repository module enabled, its issues won't show associated revisions.
Even when you enable the module, the link in "associated revisions' point to the issue's project repository, instead of the changeset
#4 Updated by Anonymous over 12 years ago
- File patch-cp-issue-keywords_2.diff
added
Second version of the patch: Show related revisions in issue
#5
Updated by Thomas Pihl over 12 years ago
We have the same problem. Will try your patch.
#6
Updated by Adam Piotr Żochowski over 12 years ago
This already was worked on
Patch in #3376 -- fixes link on issue to point to revision on proper repository (as opposed to local project repository), now code in trunk
Patch in #3087 -- Allows a revision comment to reference a project (see comments about variations -> linking to sub projects or parent projects, or sibling projects, or all projects)
Kind regards
Adam Żochowski
#7
Updated by Adam Piotr Żochowski over 12 years ago
I just want to clarify myself, I don't mean that these exact points were worked-on and resolved before, but rather to point to additional sources of inspiration. Kudos on this patch.
Kind regards
Adam Żochowski
#8
Updated by Jean-Philippe Lang over 12 years ago
- Status changed from New to Closed
- Resolution set to Duplicate
Closing this as a dup of #3087.