in src/plugins/scanners/bugzilla.py [0:0]
def moved(js): if 'items' in js: for item in js['items']: if item['field'] == 'Key' and item['toString'].find("INFRA-") != -1: return True return False