{
  "data": {
    "fields": {
      "watcher": {
        "isWatching": true,
        "self": "https://your-domain.atlassian.net/rest/api/2/issue/PROJ-123/watchers",
        "watchCount": 5
      },
      "attachment": [
        {
          "author": {
            "accountId": "5b10ac8d82e05b22cc7d4ef5",
            "accountType": "atlassian",
            "active": true,
            "avatarUrls": {
              "16x16": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/5b10ac8d82e05b22cc7d4ef5/16x16.png",
              "24x24": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/5b10ac8d82e05b22cc7d4ef5/24x24.png",
              "32x32": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/5b10ac8d82e05b22cc7d4ef5/32x32.png",
              "48x48": "https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net/5b10ac8d82e05b22cc7d4ef5/48x48.png"
            },
            "displayName": "John Doe",
            "key": "jdoe",
            "name": "jdoe",
            "self": "https://your-domain.atlassian.net/rest/api/2/user?accountId=5b10ac8d82e05b22cc7d4ef5"
          },
          "content": "https://your-domain.atlassian.net/secure/attachment/12345/document.pdf",
          "created": "2023-08-29T10:30:00.000+0000",
          "filename": "document.pdf",
          "id": 12345,
          "mimeType": "application/pdf",
          "self": "https://your-domain.atlassian.net/rest/api/2/attachment/12345",
          "size": 1024000,
          "thumbnail": "https://your-domain.atlassian.net/secure/thumbnail/12345"
        }
      ],
      "sub-tasks": [
        {
          "id": "10001",
          "outwardIssue": {
            "fields": {
              "status": {
                "iconUrl": "https://your-domain.atlassian.net/images/icons/statuses/open.png",
                "name": "Open"
              }
            },
            "id": "10002",
            "key": "PROJ-124",
            "self": "https://your-domain.atlassian.net/rest/api/2/issue/10002"
          },
          "type": {
            "id": "10003",
            "inward": "subtask of",
            "name": "Subtask",
            "outward": "parent task of"
          }
        }
      ],
      "description": {
        "type": "doc",
        "version": 1,
        "content": [
          {
            "type": "paragraph",
            "content": [
              {
                "type": "text",
                "text": "This is a sample issue description."
              }
            ]
          }
        ]
      },
      "project": {
        "avatarUrls": {
          "16x16": "https://your-domain.atlassian.net/secure/projectavatar?size=xsmall&pid=10000",
          "24x24": "https://your-domain.atlassian.net/secure/projectavatar?size=small&pid=10000",
          "32x32": "https://your-domain.atlassian.net/secure/projectavatar?size=medium&pid=10000",
          "48x48": "https://your-domain.atlassian.net/secure/projectavatar?size=large&pid=10000"
        },
        "id": "10000",
        "insight": {
          "lastIssueUpdateTime": "2023-08-29T14:30:00.000+0000",
          "totalIssueCount": 150
        },
        "key": "PROJ",
        "name": "Sample Project",
        "projectCategory": {
          "description": "Projects for development team",
          "id": "10001",
          "name": "Development",
          "self": "https://your-domain.atlassian.net/rest/api/2/projectCategory/10001"
        },
        "self": "https://your-domain.atlassian.net/rest/api/2/project/10000",
        "simplified": false,
        "style": "classic"
      },
      "comment": [
        {
          "author": {
            "accountId": "5b10ac8d82e05b22cc7d4ef5",
            "active": true,
            "displayName": "John Doe",
            "self": "https://your-domain.atlassian.net/rest/api/2/user?accountId=5b10ac8d82e05b22cc7d4ef5"
          },
          "body": {
            "type": "doc",
            "version": 1,
            "content": [
              {
                "type": "paragraph",
                "content": [
                  {
                    "type": "text",
                    "text": "This is a comment on the issue."
                  }
                ]
              }
            ]
          },
          "created": "2023-08-29T11:00:00.000+0000",
          "id": "10050",
          "self": "https://your-domain.atlassian.net/rest/api/2/issue/PROJ-123/comment/10050",
          "updateAuthor": {
            "accountId": "5b10ac8d82e05b22cc7d4ef5",
            "active": true,
            "displayName": "John Doe",
            "self": "https://your-domain.atlassian.net/rest/api/2/user?accountId=5b10ac8d82e05b22cc7d4ef5"
          },
          "updated": "2023-08-29T11:00:00.000+0000",
          "visibility": {
            "identifier": "developers",
            "type": "group",
            "value": "developers"
          }
        }
      ],
      "issuelinks": [
        {
          "id": "10060",
          "inwardIssue": {
            "fields": {
              "status": {
                "iconUrl": "https://your-domain.atlassian.net/images/icons/statuses/inprogress.png",
                "name": "In Progress"
              }
            },
            "id": "10070",
            "key": "PROJ-125",
            "self": "https://your-domain.atlassian.net/rest/api/2/issue/10070"
          },
          "type": {
            "id": "10000",
            "inward": "is blocked by",
            "name": "Blocks",
            "outward": "blocks"
          }
        }
      ],
      "worklog": [
        {
          "author": {
            "accountId": "5b10ac8d82e05b22cc7d4ef5",
            "active": true,
            "displayName": "John Doe",
            "self": "https://your-domain.atlassian.net/rest/api/2/user?accountId=5b10ac8d82e05b22cc7d4ef5"
          },
          "comment": {
            "type": "doc",
            "version": 1,
            "content": [
              {
                "type": "paragraph",
                "content": [
                  {
                    "type": "text",
                    "text": "Worked on implementing the feature."
                  }
                ]
              }
            ]
          },
          "id": "10080",
          "issueId": "10000",
          "self": "https://your-domain.atlassian.net/rest/api/2/issue/PROJ-123/worklog/10080",
          "started": "2023-08-29T09:00:00.000+0000",
          "timeSpent": "2h",
          "timeSpentSeconds": 7200,
          "updateAuthor": {
            "accountId": "5b10ac8d82e05b22cc7d4ef5",
            "active": true,
            "displayName": "John Doe",
            "self": "https://your-domain.atlassian.net/rest/api/2/user?accountId=5b10ac8d82e05b22cc7d4ef5"
          },
          "updated": "2023-08-29T09:00:00.000+0000",
          "visibility": {
            "identifier": "developers",
            "type": "group",
            "value": "developers"
          }
        }
      ],
      "updated": 1693312200000,
      "timetracking": {
        "originalEstimate": "1w 2d",
        "originalEstimateSeconds": 777600,
        "remainingEstimate": "5d",
        "remainingEstimateSeconds": 432000,
        "timeSpent": "2d",
        "timeSpentSeconds": 172800
      }
    },
    "id": "10000",
    "key": "PROJ-123",
    "self": "https://your-domain.atlassian.net/rest/api/2/issue/10000"
  }
}