whine.txt.tmpl 2.22 KB
Newer Older
1 2 3
[%# This Source Code Form is subject to the terms of the Mozilla Public
  # License, v. 2.0. If a copy of the MPL was not distributed with this
  # file, You can obtain one at http://mozilla.org/MPL/2.0/.
4
  #
5 6
  # This Source Code Form is "Incompatible With Secondary Licenses", as
  # defined by the Mozilla Public License, v. 2.0.
7 8
  #%]

9
From: [% Param("mailfrom") %]
10
To: [% email %][% Param("emailsuffix") %]
11
Subject: Your [% terms.Bugzilla %] [%+ terms.bug %] list needs attention.
12
X-Bugzilla-Type: whine
13 14 15 16

[This e-mail has been automatically generated.]

You have one or more [% terms.bugs %] assigned to you in the [% terms.Bugzilla %] 
17
[% terms.bug %] tracking system ([% urlbase %]) that require
18 19
attention.

20 21
All of these [% terms.bugs %] are in the [% display_value("bug_status", "CONFIRMED") %]
state, and have not been touched in [% Param("whinedays") %] days or more.
22 23 24 25
You need to take a look at them, and decide on an initial action.

Generally, this means one of three things:

26
(1) You decide this [% terms.bug %] is really quick to deal with (like, it's [% display_value("resolution", "INVALID") %]),
27 28 29 30
    and so you get rid of it immediately.
(2) You decide the [% terms.bug %] doesn't belong to you, and you reassign it to
    someone else. (Hint: if you don't know who to reassign it to, make
    sure that the Component field seems reasonable, and then use the
31
    "Reset Assignee to default" option.)
32
(3) You decide the [% terms.bug %] belongs to you, but you can't solve it this moment.
33
    Accept the [% terms.bug %] by setting the status to [% display_value("bug_status", "IN_PROGRESS") %].
34

35
To get a list of all [% display_value("bug_status", "CONFIRMED") %] [%+ terms.bugs %], you can use this URL (bookmark
36 37
it if you like!):

38
 [% urlbase %]buglist.cgi?bug_status=CONFIRMED&assigned_to=[% email %]
39 40

Or, you can use the general query page, at 
41
[%+ urlbase %]query.cgi
42

43
Appended below are the individual URLs to get to all of your [% display_value("bug_status", "CONFIRMED") %] [%+ terms.bugs %]
44
that haven't been touched for [% Param("whinedays") %] days or more.
45 46 47 48 49

You will get this message once a day until you've dealt with these [% terms.bugs %]!

[% FOREACH bug = bugs %]
 [%+ bug.summary %]
50
    -> [% urlbase %]show_bug.cgi?id=[% bug.id %]
51
[% END %]