Issue Type

actionDescriptionSampleRule
issue_type.createAn issue type was created.YN
issue_type.destroyAn issue type was deleted.YN
issue_type.updateAn issue type was updated.NN

issue_type.create

#
Category
issue-type

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

#
Category
issue-type

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

#
Category
issue-type

Description

An issue type was updated.

Documented on GitHub's organization audit log reference.