Syntax | admGetIssueSecurityScheme(name, id) | Package | adm |
Alias |
| Pkg Usage | issueSecurityScheme(name, id) |
Retrieves the security scheme for a specific issue.
Parameter name | Type | Required | Description |
---|---|---|---|
name | string | Yes | The name of the scheme. |
id | integer | Yes | The ID of the scheme. |
JIssueSecurityScheme isScheme = admGetIssueSecurityScheme("Default Issue Security Scheme", 11000);
runnerLog("Id: " + isScheme.id);
runnerLog("Name: " + isScheme.name);
runnerLog("Description: " + isScheme.description );
There are no items with the selected labels at this time.
Need support? Create a request with our support team.
Copyright © 2005 - 2025 Appfire | All rights reserved.