Issue Type
| action | Description | Sample | Rule |
|---|---|---|---|
| issue_ | An issue type was created. | Y | N |
| issue_ | An issue type was deleted. | Y | N |
| issue_ | An issue type was updated. | N | N |
issue_type.create
#Description
An issue type was created.
Documented on GitHub's organization audit log reference.Example Audit Log Entry #
{
"@timestamp": 1783958445577,
"_document_id": "U1lOX0RPQ18wMDAwMDAwMDAwMDAwMzg=",
"action": "issue_type.create",
"actor": "user",
"actor_id": 9000002,
"actor_is_bot": false,
"actor_location": {
"country_code": "XX"
},
"business": "example-business",
"business_id": 9000003,
"color": "GREEN",
"created_at": 1783958445577,
"description": null,
"enabled": true,
"hashed_token": "U1lOVEhFVElDX1RPS0VOX0hBU0hfMDAwMQ==",
"issue_type_name": "dw-harn-itype",
"operation_type": "create",
"org": "example-org",
"org_id": 9000004,
"programmatic_access_type": "Personal access token (classic)",
"request_access_security_header": null,
"request_id": "9722:205095:E70F239:EBE3FE4:6A550BAD",
"token_id": 9000006,
"token_scopes": "admin:enterprise,admin:gpg_key,admin:org,admin:org_hook,admin:public_key,admin:repo_hook,admin:ssh_signing_key,audit_log,codespace,copilot,delete:packages,delete_repo,gist,notifications,project,repo,user,workflow,write:discussion,write:network_configurations,write:packages",
"user_agent": "python-requests/2.34.2"
}
References #
issue_type.destroy
#Description
An issue type was deleted.
Documented on GitHub's organization audit log reference.Example Audit Log Entry #
{
"@timestamp": 1783958446098,
"_document_id": "U1lOX0RPQ18wMDAwMDAwMDAwMDAwMzc=",
"action": "issue_type.destroy",
"actor": "user",
"actor_id": 9000002,
"actor_is_bot": false,
"actor_location": {
"country_code": "XX"
},
"business": "example-business",
"business_id": 9000003,
"color": "GREEN",
"created_at": 1783958446098,
"description": null,
"enabled": true,
"hashed_token": "U1lOVEhFVElDX1RPS0VOX0hBU0hfMDAwMQ==",
"issue_type_name": "dw-harn-itype",
"operation_type": "remove",
"org": "example-org",
"org_id": 9000004,
"programmatic_access_type": "Personal access token (classic)",
"request_access_security_header": null,
"request_id": "DB80:205095:E70F568:EBE4345:6A550BAD",
"token_id": 9000006,
"token_scopes": "admin:enterprise,admin:gpg_key,admin:org,admin:org_hook,admin:public_key,admin:repo_hook,admin:ssh_signing_key,audit_log,codespace,copilot,delete:packages,delete_repo,gist,notifications,project,repo,user,workflow,write:discussion,write:network_configurations,write:packages",
"user_agent": "python-requests/2.34.2"
}
References #
issue_type.update
#Description
An issue type was updated.
Documented on GitHub's organization audit log reference.