In the example there are two issue with the creation of a Story.
https://github.com/versionone/VersionOne.SDK.JavaScript/blob/master/examples/using-jquery-for-ajax.js
- New stories have a required relation to
Scope.
- Story Status is a relation to an Asset,
StoryStatus and therefore must be an oid token in the post data, not 'Not Started'
In the example there are two issue with the creation of a Story.
https://github.com/versionone/VersionOne.SDK.JavaScript/blob/master/examples/using-jquery-for-ajax.js
Scope.StoryStatusand therefore must be an oid token in the post data, not'Not Started'