Developer Features: Server Script: items.NewIssue
## Overview
Create a new instance of the "apiModel object" for the "due date table" in the "「Server Script」".
## Syntax
```
items.NewIssue()
```
## Return Value
Return the "apiModel object" of the "due date table".
## Usage Example
The following example creates a record in the "Due Date Table" for site ID 2 with the title "About Pleasanter Version Upgrade".
##### JavaScript
```
let siteId = 2;
let item = items.NewIssue();
item.Title = 'About Pleasanter Version Upgrade';
items.Create(siteId, item);
context.Log(item.IssueId); // Output ID of the created record
```
## Related Information
<div id="ManualList">
<article class="s-blog_list_unit"><h2>
<h2>The specified information was not found.</h2>
<p><a href="/ja/manual">Return to top</a></p>
</article>
</div><input id="SearchTextHidden" type="hidden" value="" />