Can we change Test artifacts originator name using Rest API in ETM?
Hi,
is there a possibility to change originator name by any chance in test artifacts? We have a script that creates test cases automatically but we need specific originator name to be used for specific test artifacts. Would it be possible to change during creation / after creation using Rest API?
Thank you in advance.
Regards,
Thiru
Accepted answer
I am not an expert for all APIs, but my experience is, that you can not change attributes such as creator, creation date etc. after they have been set. I know that the EWM Plain Java Client Libraries allows to set the creator attribute when a work item is created. This is used by integrations.
I would suggest you try to provide the creator when you create the asset using the API. If that works great.