id
Syntax

EntIssue.id;
Access
readonly
Parameters
Return value string
The Studio Server object ID of the Issue.
Description
The id property returns the unique object ID of the Issue as stored on Studio Server.
Examples
Get the ID of an Issue
// Get the ID of an Issue on Studio Server.
var issue = app.entSession.getIssue("WW News", "1st Issue");
var issueId = issue.id;
alert("Issue ID: " + issueId);
Supported versions
| Adobe Version | Supported |
|---|---|
| 2023 | ✔ |
| 2024 | ✔ |
| 2025 | ✔ |
| 2026 | ✔ |