Sub Issues
| action | Description | Sample | Rule |
|---|---|---|---|
| sub_ | A parent issue was added to an issue. | Y | N |
| sub_ | A parent issue was removed from an issue. | Y | N |
| sub_ | A sub-issue was added to an issue. | Y | N |
| sub_ | A sub-issue was removed from an issue. | Y | N |
sub_issues.parent_issue_add
#Description
A parent issue was added to an issue.
Documented on GitHub's organization audit log reference.Example Audit Log Entry #
{
"@timestamp": 1783958440869,
"_document_id": "U1lOX0RPQ18wMDAwMDAwMDAwMDAwNDQ=",
"action": "sub_issues.parent_issue_add",
"actor": "user",
"actor_id": 9000002,
"actor_is_bot": false,
"actor_location": {
"country_code": "XX"
},
"business": "example-business",
"business_id": 9000003,
"created_at": 1783958440869,
"hashed_token": "U1lOVEhFVElDX1RPS0VOX0hBU0hfMDAwMQ==",
"operation_type": "create",
"org": "example-org",
"org_id": 9000004,
"programmatic_access_type": "Personal access token (classic)",
"public_repo": false,
"repo": "user/example-repo",
"repo_id": 9000016,
"request_access_security_header": null,
"request_id": "9722:205095:E70D26E:EBE1FD9:6A550BA8",
"title": "dw-harn-parent-issue",
"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"
}
sub_issues.parent_issue_remove
#Description
A parent issue was removed from an issue.
Documented on GitHub's organization audit log reference.Example Audit Log Entry #
{
"@timestamp": 1783958441496,
"_document_id": "U1lOX0RPQ18wMDAwMDAwMDAwMDAwNDI=",
"action": "sub_issues.parent_issue_remove",
"actor": "user",
"actor_id": 9000002,
"actor_is_bot": false,
"actor_location": {
"country_code": "XX"
},
"business": "example-business",
"business_id": 9000003,
"created_at": 1783958441496,
"hashed_token": "U1lOVEhFVElDX1RPS0VOX0hBU0hfMDAwMQ==",
"operation_type": "remove",
"org": "example-org",
"org_id": 9000004,
"programmatic_access_type": "Personal access token (classic)",
"public_repo": false,
"repo": "user/example-repo",
"repo_id": 9000016,
"request_access_security_header": null,
"request_id": "9722:205095:E70D68F:EBE2425:6A550BA9",
"title": "dw-harn-parent-issue",
"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"
}
sub_issues.sub_issue_add
#Description
A sub-issue was added to an issue.
Documented on GitHub's organization audit log reference.Example Audit Log Entry #
{
"@timestamp": 1783958440823,
"_document_id": "U1lOX0RPQ18wMDAwMDAwMDAwMDAwNDU=",
"action": "sub_issues.sub_issue_add",
"actor": "user",
"actor_id": 9000002,
"actor_is_bot": false,
"actor_location": {
"country_code": "XX"
},
"business": "example-business",
"business_id": 9000003,
"created_at": 1783958440823,
"hashed_token": "U1lOVEhFVElDX1RPS0VOX0hBU0hfMDAwMQ==",
"operation_type": "create",
"org": "example-org",
"org_id": 9000004,
"programmatic_access_type": "Personal access token (classic)",
"public_repo": false,
"repo": "user/example-repo",
"repo_id": 9000016,
"request_access_security_header": null,
"request_id": "9722:205095:E70D26E:EBE1FD9:6A550BA8",
"title": "dw-harn-child-issue",
"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"
}
sub_issues.sub_issue_remove
#Description
A sub-issue was removed from an issue.
Documented on GitHub's organization audit log reference.Example Audit Log Entry #
{
"@timestamp": 1783958441451,
"_document_id": "U1lOX0RPQ18wMDAwMDAwMDAwMDAwNDM=",
"action": "sub_issues.sub_issue_remove",
"actor": "user",
"actor_id": 9000002,
"actor_is_bot": false,
"actor_location": {
"country_code": "XX"
},
"business": "example-business",
"business_id": 9000003,
"created_at": 1783958441451,
"hashed_token": "U1lOVEhFVElDX1RPS0VOX0hBU0hfMDAwMQ==",
"operation_type": "remove",
"org": "example-org",
"org_id": 9000004,
"programmatic_access_type": "Personal access token (classic)",
"public_repo": false,
"repo": "user/example-repo",
"repo_id": 9000016,
"request_access_security_header": null,
"request_id": "9722:205095:E70D68F:EBE2425:6A550BA9",
"title": "dw-harn-child-issue",
"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"
}