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

Making bulk change to date parameter - currently on CLM / CCM 6.0.4

 Hi !

I am trying to figure if there is a way to make a bulk update to 1000+ defects where the date parameter needs to be set to empty. Currently all the defects have an expired date and it would take me a few days to get into each defect individually and manually reset the date.

I am using CLM 6.0.4.

Appreciate the help and responses.

Thanks!

0 votes



One answer

Permanent link

You can run a work item query and then use the bulk update feature in the web UI to set a new date. Unfortunately this does not allow to delete the date. I am not sure if there is a way to remove a date that has been set.


I added a way to delete dates to WCL in version 4.6. See https://github.com/jazz-community/work-item-command-line
I added a way to set a timestamp to null/unassigned for all commands. The bulk update would be ideal if you can run a query that returns all the items. It is also possible to set a different date, if needed.
wcl -update /ignoreErrors repository="https://clm.example.com:9443/ccm" user=user password=password id=89 dueDate="unassigned"

wcl -bulkupdate /ignoreErrors repository="https://clm.example.com:9443/ccm" user=user password=password projectArea="JKE Banking (Change Management)" query="All" dueDate="unassigned"

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
× 457

Question asked: Mar 21 '19, 4:59 p.m.

Question was seen: 2,275 times

Last updated: Mar 22 '19, 7:50 a.m.

Confirmation Cancel Confirm