Info |
---|
|
This routine is available starting with SIL Engine™ 4.8.0.11. |
Table plus |
---|
applyColStyleToCell | true |
---|
heading | 0 |
---|
columnTypes | s,s,s,s |
---|
multiple | false |
---|
columnAttributes | style="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold, |
---|
enableSorting | false |
---|
|
Syntax | admWriteAuditLog(category, summary, description); | Package | | Alias | | Pkg Usage | | |
Description
Excerpt |
---|
|
Creates an entry in the system audit log. |
Creates an entry in the system audit log.
Parameters
Table plus |
---|
applyColStyleToCell | true |
---|
columnTypes | s,s,s,s |
---|
heading | 0 |
---|
multiple | false |
---|
enableSorting | false |
---|
|
Parameter name | Type | Required | Description |
---|
Category | String | Yes | Category used to filter the audit log entry. Acceptable values: - ADVANCED_AUDITING
- APPLICATIONS
- AUDITING
- BOARDS
- CLUSTERING
- DASHBOARDS
- FIELD_CONFIG_SCHEME
- FIELDS
- FILTERS
- GENERAL_CONFIGURATION
- GROUP_MANAGEMENT
- INDEXING
- ISSUE
- ISSUE_TYPES
| - LOGIN
- MAIL_SETTINGS
- MIGRATION
- NOTIFICATIONS
- PERMISSIONS
- PROJECTS
- SCREENS
- SEARCH
- SPRINTS
- SYSTEM
- USER_DATA_TRANSFER
- USER_INTERFACE
- USER_MANAGEMENT
- WORKFLOWS
|
| 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
...
Code Block |
---|
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."); |
...
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 25 |
---|
showSpace | false |
---|
cql | label = "jira_group_routine"" and space = currentSpace ( ) |
---|
labels | jiraarray_group_routineroutines |
---|
|