name
Syntax

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