view share/roundup/templates/jinja2/detectors/config.ini @ 7531:913a73b9fab5 2.3.0

Update for 2.3.0 release
author John Rouillard <rouilj@ieee.org>
date Wed, 12 Jul 2023 23:00:25 -0400
parents e5acd1843517
children
line wrap: on
line source

[statusauditor]
# Options for statusauditor.py
#
# Option: chatting_requires_two_users
# Assume an issue has a status of unread and was created by the
# demo user.
# If False, a new message on the issue sets status to chatting.
# If True, a new message sets the status to chatting only if the
#   author of the new message is not demo. A message sent by demo
#   keeps the issue status at unread. As a result a user can open
#   a new message and add information without setting the status
#   to chatting.
chatting_requires_two_users = False

Roundup Issue Tracker: http://roundup-tracker.org/