jazz-community / work-item-command-line

Work Item Command Line for RTC/EWM
https://rsjazz.wordpress.com/2017/03/29/the-work-item-command-line-is-now-open-source/
MIT License
23 stars 18 forks source link

Empty column when using WCL tool #36

Closed kheymann closed 2 years ago

kheymann commented 2 years ago

Wir haben noch ein Problem mit einem unserer Felder beim Export mit dem WCL Tool. Wir haben in den RTC Tickets das Feld „Code Review URL“. Beim Export wird in der CSV Datei die Spalte mit angezeigt, aber leider ist diese bei all unseren Feldern leer. Wenn wir das dazugehörende Query im Browser ausführen und dort die CSV Datei exportieren, werden die Werte mit ausgegeben.

WCL_Export_190722

Ich habe jetzt auch schon mit verschiedenen Kommandozeilen für das wcl Tool herumexperimentiert, aber leider ohne Veränderung, die Spalte bleibt immer leer.

rsjazz commented 2 years ago

In order to be able to do anything, it is necessary to understand what the attribute type is (string, string (list), html,...) Once that is clear I can have a look if there is something going wrong, or if the type is not supported o something like that.

kheymann commented 2 years ago

the field is of the type "Medium HTML"

rsjazz commented 2 years ago

I looked into the code and I think that this type should be supported. If it does not export, there needs to be some reason. I would have to debug that. I can not provide a time table. Realistically, I can have al look next week.

rsjazz commented 2 years ago

I have tested the WCL and it successfully prints and exports medium HTML. Try to print the work item all attributes. Make sure the ID of the attribute is correct.

We can set up a call next week, to look into your environment.

kheymann commented 2 years ago

Im Query habe ich alle Spalten ausgewählt, die mir RTC anbietet. Und selbst wenn ich im WCL Tool keine Spaltennamen angebe und stattdessen den Parameter /allColumns verwende, gibt es anschließend im CSV die Spalte "Code Review URL", aber ohne Werte. Wenn ich das Query dann im RTC ausführe sind in dieser Spalte aber Werte.

We will appreciate a call next week - please provide date/time

rsjazz commented 2 years ago

I have tried this out and the attribute works for me. The export works successfully and icludes the value of the medium HTML attribute..