Skip to content

Commit a211f38

Browse files
expose AuthorAccountID in AuditRecordScheme jira model (#449)
Agent-Logs-Url: https://github.com/tomaskovacik/go-atlassian/sessions/858a70db-4386-4035-bd07-fd9a855f675f Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: tomaskovacik <4346464+tomaskovacik@users.noreply.github.com>
1 parent 068fcea commit a211f38

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pkg/infra/models/jira_audit.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ type AuditRecordScheme struct {
1515
ID int `json:"id,omitempty"` // The ID of the audit record.
1616
Summary string `json:"summary,omitempty"` // The summary of the audit record.
1717
RemoteAddress string `json:"remoteAddress,omitempty"` // The remote address of the audit record.
18+
AuthorAccountID string `json:"authorAccountId,omitempty"` // The account ID of the author of the audit record.
1819
AuthorKey string `json:"authorKey,omitempty"` // The author key of the audit record.
1920
Created string `json:"created,omitempty"` // The creation time of the audit record.
2021
Category string `json:"category,omitempty"` // The category of the audit record.

0 commit comments

Comments
 (0)