You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears that in both PreReleaseData and PostReleaseData Issues per Artefact assigns 0 issues to all artefacts. When I check result of Marker Parser all values in column Marker are "[]".
Even if I configured my own flow for my data (SVN + Bugzilla), I got the same result, so probably this is bug. I checked in KNIME versions 2.8.0 and 3.5.2.
The text was updated successfully, but these errors were encountered:
Hi,
I think you problem depends of Marker Parser settings. If you will double click on Marker Parser you will see settings window with field "Marker issue". Write to this field your regex e.g.
if your git commit has message [PROJEKT_ID-Number] message then write in Marker issue (PROJEKT_ID-[0-9]*).
thanks It helped in my case! :) When it comes to example I think It's flowed, because Marker Parses doesn't contain regexp. I think It would be great to review it and correct if needed.
I've decided to run example "Analysing project release using Jira, CKJM and JaCoCo" from http://impressivecode.github.io/ic-depress/#/examples
It appears that in both PreReleaseData and PostReleaseData Issues per Artefact assigns 0 issues to all artefacts. When I check result of Marker Parser all values in column Marker are "[]".
Even if I configured my own flow for my data (SVN + Bugzilla), I got the same result, so probably this is bug. I checked in KNIME versions 2.8.0 and 3.5.2.
The text was updated successfully, but these errors were encountered: