in project.py [0:0]
def _projectFor(self, item): try: result = item.project.get('key') except AttributeError: result = item.key.text.split('-')[0] return result