Setting creator upon work item creation per OSLC
![]()
Hi Team,
using a script to programmatically create work items we would like to set the creator to a certain user instead of the logged in user under which the script is running. How is this possible when creating work items with OSCL? What is the correct syntax? Best, Arne |
Accepted answer
![]() If I were to guess, I would say you need to use: <dcterms:creator rdf:resource="https://localhost:9443/jazz/oslc/users/_yo_KdpHJEeCxkrdeiPeBbw"/>
Arne Bister selected this answer as the correct answer
|