public inbox for gnats-devel@sourceware.org
 help / color / mirror / Atom feed
* notify-about-expired-prs
@ 2002-03-07  5:48 Bodnyk, Bruce W
  2002-03-08 14:25 ` notify-about-expired-prs Hans-Albert Schneider
  0 siblings, 1 reply; 2+ messages in thread
From: Bodnyk, Bruce W @ 2002-03-07  5:48 UTC (permalink / raw)
  To: 'GNATS-HELP'

Can anyone explain the process by which notifications of expired prs are
dealt with. If I enable this option in my dbconfig file I get an error
"Unparseable reply from gnatsd" when I submit a pr via gnatsweb. If I
disable the option everything works fine. Also, I have added additional
fields to dbconfig and removed some that I didn't need.

Any help would be appreciated!

Thanks!
Bruce

Bruce W. Bodnyk
Staff Engineer, CAE Development
FCI Electronics
825 Old Trail Road
Etters, PA 17319-9351

Phone: (717) 938-7543
Fax: (717) 938-7224
E-Mail: bbodnyk@fciconnect.com



_______________________________________________
Help-gnats mailing list
Help-gnats@gnu.org
http://mail.gnu.org/mailman/listinfo/help-gnats

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: notify-about-expired-prs
  2002-03-07  5:48 notify-about-expired-prs Bodnyk, Bruce W
@ 2002-03-08 14:25 ` Hans-Albert Schneider
  0 siblings, 0 replies; 2+ messages in thread
From: Hans-Albert Schneider @ 2002-03-08 14:25 UTC (permalink / raw)
  To: Bodnyk, Bruce W; +Cc: 'GNATS-HELP'

>>>>> "BBodnyk" == Bodnyk, Bruce W <BBodnyk@fciconnect.com> writes:

    BBodnyk> Can anyone explain the process by which
    BBodnyk> notifications of expired prs are dealt with. If I
    BBodnyk> enable this option in my dbconfig file I get an
    BBodnyk> error "Unparseable reply from gnatsd" when I submit
    BBodnyk> a pr via gnatsweb. If I disable the option
    BBodnyk> everything works fine. Also, I have added additional
    BBodnyk> fields to dbconfig and removed some that I didn't
    BBodnyk> need.

When a report arrives, file-pr sets up an "at" job if the
following three conditions hold:

- the response time configured for its submitter (the 4th field
  in the "submitters" file) is not -1,

- notify-about-expired-prs is true,

- severity == "critical" -or-
  (severity == "serious" and priority == "high")
  [These values are currently hardcoded!]

After the response time has expired, the "at" job is run (that's
what the UNIX command "at" is for, in case you wondered about the
strange name).  It checks whether the PR is still in the default
state (the first one listed in file states, usually "open"), and
if so, reminds the person responsible for the PR.  Copies of this
mail go to the gnats administrator and to the principal contact
for the submitter (5th field from the submitters file).


This said, in order to work, the notify-about-expired-prs feature
requires:

- the "rtime" and "contact" fields in the submitters file,
- the "person" field (responsible person) in the categories file,
- the "Severity", "Priority", and "State" fields in the PR
  (probably identified via the "builtin-name" given in dbconfig),
- the above-mentioned hardcoded values for the Severity and
  Priority fields.


I guess you removed one or more of the PR fields that the feature
requires.


Hans-Albert

-- 
Hans-Albert Schneider
Munich, Germany
EMail: Hans-Albert@HA-Schneider.de

_______________________________________________
Help-gnats mailing list
Help-gnats@gnu.org
http://mail.gnu.org/mailman/listinfo/help-gnats

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-03-08 22:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-03-07  5:48 notify-about-expired-prs Bodnyk, Bruce W
2002-03-08 14:25 ` notify-about-expired-prs Hans-Albert Schneider

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).