/
admWriteAuditLog
admWriteAuditLog
Looking for the documentation on the newest versions of SIL Engine and the Simple Issue Language for Jira 8 for Server/Data Center? Click here !
Availability
This routine is available starting with SIL Engine™ 4.8.0.11.
Syntax
admWriteAuditLog(category, summary, description);
Description
Creates an entry in the system audit log.
Parameters
Parameter name | Type | Required | Description | |
---|---|---|---|---|
Category | String | Yes | Category used to filter the audit log entry. Acceptable values: | |
|
| |||
Summary | String | Yes | A brief description of the audit log entry. | |
Description | String | Yes | A more detailed account about the nature of the audit log entry. |
Return type
Boolean
Returns "true" if operation succeeded.
Example 1
admWriteAuditLog("FIELDS", "Custom field options updated", "The custom field options for field [Field Name] were updated automatically using Power Scripts... In case you were wondering how that happened.");
See also
Related content
admWriteAuditLog
admWriteAuditLog
More like this
logPrint
logPrint
More like this
admArchiveIssue
admArchiveIssue
More like this
Configure Jira logging
Configure Jira logging
More like this
What's new in Power Scripts™ for Jira 4.5.0
What's new in Power Scripts™ for Jira 4.5.0
More like this
getWorklogComment
getWorklogComment
More like this