def id_exists_check(self, data, issue_id):
        """check issue id exist"""
        return any(k['id'] == issue_id for k in data)