Download & Extend

Prefill issue form with the template provided in the "Issue summary standards" article.

Project:Project issue tracking
Version:6.x-1.x-dev
Component:Issues
Category:feature request
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

According to http://drupal.org/node/45850#comment-68122

we should prefill the body of a new issue:

Steps to reproduce:
1.
2.
3.

Actual Behavior:

Expected Behavior:

Version of PHP:

Version of Database:

Maybe some more.

Comments

#1

Perhaps this should be yet another setting for admin/settings/project? Template outlined above may not suit all applications of Project module.

#2

i agree, this should definitely not be hard coded into issue.inc. if there's interest for adding support for an admin setting for "default issue body", that would be worth doing. however, project should be much more generic in terms of the kinds of projects it's designed to handle.

for example, on my live drupal site, i have a project for "[site] issues" so that users of the site can submit bug reports and feature requests about the site itself (which sometimes involve just changing settings, sometimes adding new modules, sometimes fixing or extending existing modules, etc). lots of the time, i'm the one creating the issues, and it's just my own todo-list manager, but even in that case, other people can comment on my ideas, bump their priority, whatever (i love drupal).

if i can ever convince the people at my day job to switch to using drupal for everything, we'll be making major use of the project module. our projects aren't web-based applications at all, and fields like the DB or PHP versions would be meaningless. they'd be similarly meaningless even on drupal.org for documentation or translation issues (from what i can tell).

i already have concerns about how project is setup to require a cvs repository and "releases" of the project (see http://drupal.org/node/19243 for other input on this). that's specialization and complexity that should be handled either via settings or add-on modules/plugins to project, not behavior that's enforced on all uses of project.module.

thanks,
-derek

#3

Project:Project» Project issue tracking
Version:x.y.z» 5.x-1.x-dev

I think this could still be a useful feature. We'd probably want to make this a per-project default, probably with a site-side default that's used to populate the per-project default text.

#4

#400702: Pre-fill new bug reports has been marked as a duplicate

#5

Version:5.x-1.x-dev» 6.x-1.x-dev

#6

Title:Prefill issue form» Prefill issue form with the template provided in the "Issue summary standards" article.

Here: Issue summary standards

nobody click here