It's all about the answers!

Ask a question

lscm list changesets not showing expected data


T C (111) | asked Aug 16 '17, 12:02 a.m.

 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


permanent link
Shashikant Padur (4.2k27) | 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


Register or to post your answer.