static getName()

in src/app/components/issue-card.js [37:39]


  static getName(field) {
    return field.localizedName || field.name;
  }