Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X
Hi, I'm searching an im-command to export all objects (concerns, documents, etc. ) of an Integrity-Project from Workflow&Documents.
Any comments ?
BR Stephan
Solved! Go to Solution.
Hi Stephan,
i think you can do the 3 steps from Kael Lizak in only one (for batch or custom command):
im exportissues --fieldFilter="Project=/<projectName>" --queryDefinition=...
there are also options for the outputfile, substitute parameters, displayed fields, ...
Hope it helps
Best Regards,
Tobias
Hi Stephan Klemm,
Sorry for the late response. I was hoping I could find something better than what I'm about to suggest:
I hope that helps.
Regards,
Kael
Hi Stephan,
i think you can do the 3 steps from Kael Lizak in only one (for batch or custom command):
im exportissues --fieldFilter="Project=/<projectName>" --queryDefinition=...
there are also options for the outputfile, substitute parameters, displayed fields, ...
Hope it helps
Best Regards,
Tobias
Hi Tobias Ketz,
If history, workflow (state transitions), and other similar information aren't necessary for the export, then you're right, im exportissues is much cleaner and more efficient! Thanks for bringing this up, I'd forgotten about it.
Regards,
Kael
Hi
Could you please help me how query definition means?
Hi
Could you please help me, how to export work products into excel using project name and document id?
I didnt get the im issues --filedFilter="Project=/<projectName> --query=[<userName>:]<queryName>, the query part.
Thanks in advance
Hi
Could someone help me to export without using query, ie im exportissues --fields=Text,ID,Category,State Item ID?
When I tried, I only get single row of cotent.
Thanks in advance