Details
Description
I have a JIRA issue that has a multi-valued component value (eg "Component-A, Component-B, Component-C"). I run a jira-report from my pom file with a filter on Component-C only. The report displays the first component of a multi-component JIRA issue, even when the displayed component does not match one of the components in the component filter.
The model for JIRA issues has a single value for component. That needs to be changed into a array/collection.