responses["fields=*all"] = {
    "expand": "renderedFields,names,schema,operations,editmeta,changelog,versionedRepresentations",
    "id": "138135",
    "self": "https://sample.atlassian.net/rest/api/2/issue/12345",
    "key": "FOO-123",
    "fields": {
        "resolution": null,
        "lastViewed": null,
        "aggregatetimeoriginalestimate": null,
        "issuelinks": [],
        "assignee": null,
        "subtasks": [],
        "votes": {"self": "https://sample.atlassian.net/rest/api/2/issue/FOO-123/votes", "votes": 0, "hasVoted": false},
        "worklog": {"startAt": 0, "maxResults": 20, "total": 3257, "worklogs": []},
        "issuetype": {
            "self": "https://sample.atlassian.net/rest/api/2/issuetype/6",
            "id": "6",
            "description": "A collection of related bugs, stories, and tasks.",
            "iconUrl": "https://sample.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/12007?size=medium",
            "name": "Epic",
            "subtask": false,
            "avatarId": 12007,
            "hierarchyLevel": 1,
        },
        "timetracking": {"timeSpent": "211w 7h 44m", "timeSpentSeconds": 30411840},
        "environment": null,
        "duedate": null,
        "timeestimate": null,
        "status": {
            "self": "https://sample.atlassian.net/rest/api/2/status/10909",
            "description": "",
            "iconUrl": "https://sample.atlassian.net/images/icons/subtask.gif",
            "name": "Backlog",
            "id": "10909",
            "statusCategory": {
                "self": "https://sample.atlassian.net/rest/api/2/statuscategory/2",
                "id": 2,
                "key": "new",
                "colorName": "blue-gray",
                "name": "To Do",
            },
        },
        "aggregatetimeestimate": null,
        "creator": {
            "self": "https://sample.atlassian.net/rest/api/2/user?accountId=abc123",
            "accountId": "abc123",
            "emailAddress": "abc@example.com",
            "avatarUrls": {},
            "displayName": "ABC",
            "active": true,
            "timeZone": "America/New_York",
            "accountType": "atlassian",
        },
        "timespent": 30411840,
        "aggregatetimespent": 30411840,
        "workratio": -1,
        "labels": ["sample"],
        "components": [],
        "reporter": {
            "self": "https://sample.atlassian.nett/rest/api/2/user?accountId=abc123",
            "accountId": "abc123",
            "emailAddress": "abc@example.com",
            "avatarUrls": {},
            "displayName": "ABC",
            "active": true,
            "timeZone": "America/New_York",
            "accountType": "atlassian",
        },
        "progress": {"progress": 30411840, "total": 30411840, "percent": 100},
        "project": {
            "self": "https://sample.atlassian.net/rest/api/2/project/123",
            "id": "12345",
            "key": "FOO",
            "name": "Foo",
            "projectTypeKey": "software",
            "simplified": false,
            "avatarUrls": {
                "48x48": "https://sample.atlassian.net/rest/api/2/universal_avatar/view/type/project/avatar/24021",
                "24x24": "https://sample.atlassian.net/rest/api/2/universal_avatar/view/type/project/avatar/24021?size=small",
                "16x16": "https://sample.atlassian.net/rest/api/2/universal_avatar/view/type/project/avatar/24021?size=xsmall",
                "32x32": "https://sample.atlassian.nett/rest/api/2/universal_avatar/view/type/project/avatar/24021?size=medium",
            },
            "projectCategory": {
                "self": "https://sample.atlassian.net/rest/api/2/projectCategory/10200",
                "id": "10200",
                "description": "Sample",
                "name": "Sample",
            },
        },
        "resolutiondate": null,
        "watches": {
            "self": "https://sample.atlassian.net/rest/api/2/issue/INT-1/watchers",
            "watchCount": 0,
            "isWatching": false,
        },
        "updated": "2022-07-11T06:25:48.416-0400",
        "timeoriginalestimate": null,
        "description": "Some Issue Description ",
        "summary": "Sample",
        "comment": {
            "comments": [],
            "self": "https://corelims.atlassian.net/rest/api/2/issue/138135/comment",
            "maxResults": 0,
            "total": 0,
            "startAt": 0,
        },
        "statuscategorychangedate": "2021-12-16T05:44:41.270-0500",
        "fixVersions": [],
        "priority": {
            "self": "https://sample.atlassian.net/rest/api/2/priority/5",
            "iconUrl": "https://sample.atlassian.net/images/icons/priorities/trivial.svg",
            "name": "Normal",
            "id": "5",
        },
        "versions": [],
        "aggregateprogress": {"progress": 30411840, "total": 30411840, "percent": 100},
        "issuerestriction": {"issuerestrictions": {}, "shouldDisplay": false},
        "created": "2021-12-16T05:44:40.825-0500",
        "security": null,
        "attachment": [],
    },
}
