Modify ↓
Opened 19 years ago
Last modified 9 years ago
#3026 new enhancement
Read-only milestone linking to external trac projects
Reported by: | posix # inmail24 | com | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | unscheduled |
Component: | roadmap | Version: | devel |
Severity: | normal | Keywords: | intertrac project |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
It may be useful for different groups (with different trac projects) that are dependent or need awareness of the progress of other trac projects, to interlink specific trac milestones outside their own particular trac project.
Not sure of the workload required for functionality.
Attachments (0)
Change History (4)
comment:1 by , 19 years ago
Keywords: | intertrac added |
---|
comment:2 by , 18 years ago
Keywords: | project added |
---|---|
Milestone: | → 1.0 |
Besides the suggestions given above, 1.0 will provides true multi-project support, and it will then be possible to look at a combined roadmap.
comment:4 by , 9 years ago
Owner: | removed |
---|
Note:
See TracTickets
for help on using tickets.
Some basic support can be obtained by the use of InterTrac links.
For example, say you have project A depending on some project B milestones (called RELEASE_1, RELEASE_2, etc.)
If you want to link to them in project A, here are some options:
in 0.10dev
In project A, you can create "proxy" milestones, B/RELEASE_1, B/RELEASE_2, etc.
Each of these proxy milestones will have a description containing an intertrac link: e.g.
Remote milestone b:milestone:RELEASE_1
.using WorkFlow branch
In project A, you can create a custom text field
related_milestone
which can directly be filled with an intertrac link to theb:milestone:RELEASE_1
.NB: In the WorkFlow branch, all text fields are implicitely wiki texts, unless explicitely configured with
.plaintext = true
.