agiledigital / jiralint

A library and supporting CLI tool for linting deliveries, issues and people as they manifest in Jira.
7 stars 3 forks source link

fix(lib): fixed handling of null custom fields in description mapping #250

Closed dspasojevic closed 1 year ago

dspasojevic commented 1 year ago

When reading descriptions from custom fields, the code did not correctly handle cases where the field had a value of null.

fix #248