Skip to content

bugtrackers/Jira: fix platforms and features polling

Bret requested to merge bretdavi/cibuglog:platforms_patch into master

Platforms and features fields return a list type, so we need to get the value of each item in the list, rather than get value of the field.

Also, the platforms and features fields were never getting polled, as they weren't added to the list of fields in the jira.issue call. They are now conditionally appended to the fields if defined.

Merge request reports