I wanted to check if the status of Jira is changed from (eg. Resolved) to (eg. Closed) by the users I mention for the current date.
I tried using issue.fields.worklog
, then I also tried issue = jira.issue('issue id' , expand=changelog)
This is the kind of code I've tried but still couldn't access.