if (data.issue) {
            result.push(c.map(function(i) { return self.parseIssue(i); }, data.issue));
          }