The category of the related work
OptionalissueId?: numberThe ID of the issue associated with the related work (if there is one). Cannot be updated via the Rest API.
OptionalrelatedWorkId?: stringThe id of the related work. For the native release note related work item, this will be null, and Rest API does not support updating it.
Optionaltitle?: stringThe title of the related work
Optionalurl?: stringThe URL of the related work. Will be null for the native release note related work item, but is otherwise required.
Optionaloptions: RequestOptions
Creates a related work for the given version. You can only create a generic link type of related works via this API. relatedWorkId will be auto-generated UUID, that does not need to be provided.
This operation can be accessed anonymously.
Permissions required: Resolve issues: and Edit issues Managing project permissions for the project that contains the version.