Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

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

0 votes


Accepted answer

Permanent link

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

0 votes

Your answer

Register or log in to post 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Aug 16 '17, 12:02 a.m.

Question was seen: 1,747 times

Last updated: Aug 16 '17, 4:35 a.m.

Confirmation Cancel Confirm