## Issue Tracker Report Script "Untouched"
##bind container=container
##bind context=context
##bind namespace=
##bind script=script
##bind subpath=traverse_subpath
##parameters=issue
##title=Untouched
##
# Shows only those issues that don't have a followup of any kind


if issue.countThreads() == 0:
    return True


# default thing to do is to NOT include the issue
return False
