Use the creation factory to create a new requirement resource with the title My New
Requirement. Retrieve the full resource data from the service provider for the
requirement resource and inspect the
resource.
newReq = createRequirement(myCreationFactory,'My New Requirement');
fetch(newReq,myClient);
newReq
newReq =
Requirement with properties:
ResourceUrl: 'https://localhost:9443/rm/resources/_72lxMWJREeup0...'
Dirty: 0
IsFetched: 1
Title: 'My New Requirement'
Identifier: '1806'
Open the requirement resource in the system browser by using the
show function.