#3253 closed enhancement (worksforme)
Enter new tickets for milestone directly from the milestone page
Reported by: | anonymous | Owned by: | Jonas Borgström |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | wiki system | Version: | 0.9.5 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
If I'm on a milestone's wiki page, http://www/trac/milestone/XYZ, I'd like to be able to easily make a new ticket for that milestone by clicking a "New ticket for this milestone" link. It would take me to the regular ticket entry form, but with the given milestone filled in, and perhaps other default values as well (but that presumes that each milestone could have a set of ticket-defaults, so maybe that's more work).
Attachments (0)
Change History (2)
comment:1 by , 18 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
comment:2 by , 18 years ago
That's a good idea. So… what I really want is template pages for new milestones I guess! With auto-fill-in fields for the milestone name. I'll open that as a separate ticket sometime.
That's fairly easy to do with a relative link placed in the milestone's description:
which renders as New ticket for this milestone.
The advantage of doing things that way is greater flexibility: you can choose the default values you want, have different links (e.g. one for bugs, one for ERs), etc.