{ "assets": [ { "browser_download_url": "https://example.com/attachment1", "created_at": "2023-10-21T14:30:00Z", "download_count": 100, "id": 1, "name": "attachment1", "size": 1024, "uuid": "abc123" }, { "browser_download_url": "https://example.com/attachment2", "created_at": "2023-10-21T14:45:00Z", "download_count": 50, "id": 2, "name": "attachment2", "size": 2048, "uuid": "def456" } ], "assignee": null, "assignees": [ { "active": true, "avatar_url": "https://codeberg.org/avatars/foo-bar", "created": "2022-11-04T14:41:29Z", "description": "", "email": "example@mail.com", "followers_count": 2, "following_count": 1, "full_name": "", "id": 12345, "is_admin": false, "language": "en-US", "last_login": "2023-07-26T19:38:27Z", "location": "", "login": "ExampleUser", "login_name": "", "prohibit_login": false, "restricted": false, "starred_repos_count": 0, "username": "ExampleUser", "visibility": "public", "website": "https://example.com" } ], "body": "Issue body text", "closed_at": null, "comments": 0, "created_at": "2023-10-21T14:30:00Z", "due_date": null, "html_url": "https://example.com/issues/1", "id": 1, "is_locked": false, "labels": [ { "color": "00aabb", "description": "Label a label to an issue or a pr", "exclusive": false, "id": 42, "name": "bug", "url": "https://example.com/labels/bug" } ], "milestone": null, "number": 1, "original_author": "original_author", "original_author_id": 123, "pull_request": null, "ref_field": "refs/1", "repository": { "full_name": "exampleuser/example-repo", "id": 123, "name": "example-repo", "owner": "exampleuser" }, "state": "Open", "title": "Example Issue", "updated_at": "2023-10-21T14:30:00Z", "url": "https://example.com/issues/1", "user": { "active": true, "avatar_url": "https://codeberg.org/avatars/foo-bar", "created": "2022-11-04T14:41:29Z", "description": "", "email": "example@mail.com", "followers_count": 2, "following_count": 1, "full_name": "", "id": 12345, "is_admin": false, "language": "en-US", "last_login": "2023-07-26T19:38:27Z", "location": "", "login": "ExampleUser", "login_name": "", "prohibit_login": false, "restricted": false, "starred_repos_count": 0, "username": "ExampleUser", "visibility": "public", "website": "https://example.com" } }