lscm list changesets not showing expected data
I am using the lscm list changesets command due to a but in rtc 4.03 which causes a limitation in the return output
lscm history –r <repo> -w <workspace> –C <component> –j –m 20000
and the command
lscm list changesets –r <repo> -w <workspace> –C <component> –j –m 20000
These two commands should have similar outputs, yes? Unfortunately, the lscm list changesets command does not output a subnested "changes" section that lscm history outputs:
as an example, lscm history shows:
{
"changes": [
{
"author":
"changes": [
{
}
],
"comment":
"state":
...
}
]
}
and lscm list changesets shows:
{
"changes": [
{
"author":
"comment":
"state":
...
}
]
}
How do I get lscm listchangesets to output the missing information?
Thank you
|
Accepted answer
Shashikant Padur (4.3k●2●7)
| answered Aug 16 '17, 4:35 a.m.
JAZZ DEVELOPER edited Aug 16 '17, 4:35 a.m. I responded to the same question in another thread.
No, the "list changeset" command does not have an option to list the changes of a change set. You could use "list changes <changeset_uuid>" command to list the changes of a change set.
David Lafreniere selected this answer as the correct answer
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.