Closed JoshRosen closed 8 years ago
In some very old JIRAs, such as SPARK-529, the JIRA REST API may return null for the value of the priority field, breaking the PR dashboard. This patch addresses this issue by adding defensive checks.
null
priority
Fixes #44.
In some very old JIRAs, such as SPARK-529, the JIRA REST API may return
null
for the value of thepriority
field, breaking the PR dashboard. This patch addresses this issue by adding defensive checks.Fixes #44.