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