{
   "expand": "operations,versionedRepresentations,editmeta,changelog,renderedFields",
   "id": "542722",
   "self": "https://bugs.mojang.com/rest/api/2/issue/542722",
   "key": "BDS-18725",
   "fields": {
      "issuetype": "1",
      "project": "11700",
      "fixVersions": [],
      "resolution": null,
      "customfield_10500": {
         "self": "https://bugs.mojang.com/rest/api/2/customFieldOption/10303",
         "value": "Confirmed",
         "id": "10303",
         "disabled": false
      },
      "customfield_12800": null,
      "customfield_12602": [],
      "customfield_12601": null,
      "customfield_12604": null,
      "customfield_12603": null,
      "customfield_12606": null,
      "customfield_12605": null,
      "customfield_12608": null,
      "resolutiondate": null,
      "customfield_12607": null,
      "customfield_12609": null,
      "workratio": -1,
      "lastViewed": null,
      "watches": {
         "self": "https://bugs.mojang.com/rest/api/2/issue/BDS-18725/watchers",
         "watchCount": 7,
         "isWatching": false
      },
      "created": "2023-09-20T02:53:20.000+0000",
      "customfield_12000": null,
      "customfield_12201": null,
      "customfield_12600": null,
      "labels": [],
      "customfield_11700": "{}",
      "versions": [
         "21654"
      ],
      "issuelinks": [
         {
            "id": "292952",
            "self": "https://bugs.mojang.com/rest/api/2/issueLink/292952",
            "type": "10102",
            "inwardIssue": "540404"
         }
      ],
      "assignee": null,
      "updated": "2024-09-08T12:06:56.000+0000",
      "status": "4",
      "description": "-+*Version is 1.20.30 - Not available to select*+-\u00a0 \u00a0+**+\u00a0 \u00a0*It is now available so have updated this.*\r\n\r\nisOp() from the Player class is always returning false, even if the player is operator, except if setOp(true) is called first.\r\n\r\nThis defeats the purpose of having an isOp() method if you have to manually check player IDs just to see if they should have setOp() called.\u00a0",
      "customfield_11100": 1.0,
      "customfield_11300": null,
      "customfield_11500": "1116005, 1074369",
      "customfield_12503": null,
      "customfield_12700": "[Briefly describe the bug here]\r\n\r\n*Steps to Reproduce:*\r\n# [Step 1]\r\n# [Step 2]\r\n# [Step 3]\r\n\r\n*Observed Results:*\r\n[Describe what happens]\r\n\r\n*Expected Results:*\r\n[Describe what should happen]\r\n\r\n*Screenshots/Videos attached:* [please attach an image or short video]\r\n\r\n*Notes:*",
      "customfield_12502": null,
      "customfield_12504": null,
      "attachment": [
         "551121",
         "551122",
         "551124",
         "551123"
      ],
      "summary": "[Scripting] isOp() returns false when players are operator",
      "creator": "JIRAUSER763273",
      "reporter": "JIRAUSER763273",
      "customfield_10002": null,
      "customfield_12501": null,
      "customfield_12500": null,
      "customfield_11601": null,
      "customfield_11600": "0|i2ezpr:",
      "environment": "Ubuntu Server",
      "customfield_11801": null,
      "customfield_11800": null,
      "customfield_11602": null,
      "customfield_11802": null,
      "comment": {
         "comments": [
            {
               "self": "https://bugs.mojang.com/rest/api/2/issue/542722/comment/1281964",
               "id": "1281964",
               "author": "JIRAUSER648376",
               "body": "*Thank you for your report!*\r\nHowever, this issue has been temporarily closed as\u00a0*{color:#ff5722}Awaiting Response{color}*\r\n\r\nCan you please describe your issue in more detail?\r\n\r\nTo make your bug report as effective as possible, please try and include the following steps to reproduce the problem:\r\n{quote}*Steps to Reproduce:*\r\n1.\r\n2.\r\n3.\r\n\r\n*Observed Results:*\r\n_(Briefly describe what happens)_\r\n\r\n*Expected Results:*\r\n_(Briefly describe what should happen)_\r\n{quote}\r\nIf your ticket does not look like the example given\u00a0[here|https://aka.ms/MCBugTrackerHelp], then it's likely to be closed as incomplete.\r\n\r\n\u00a0*Quick Links*:\r\n\ud83d\udcd3 [Bug Tracker Guidelines|https://aka.ms/MCBugTrackerHelp] -- \ud83d\udce7 [Mojang Support|https://aka.ms/Minecraft-Support]\r\n\ud83d\udcd3 [Project Summary|https://bugs.mojang.com/projects/BDS/summary] -- \u270d\ufe0f [Feedback and Suggestions|https://feedback.minecraft.net/] -- \ud83d\udcd6 [BDS Wiki|https://minecraft.fandom.com/wiki/Bedrock_Dedicated_Server] -- \ud83d\udcd6 [FAQs|https://help.minecraft.net/hc/en-us/articles/360035131651-Dedicated-Servers-for-Minecraft-on-Bedrock-]",
               "updateAuthor": "JIRAUSER648376",
               "created": "2023-09-27T15:13:18.518+0000",
               "updated": "2023-09-27T15:13:18.518+0000"
            },
            {
               "self": "https://bugs.mojang.com/rest/api/2/issue/542722/comment/1282009",
               "id": "1282009",
               "author": "JIRAUSER763273",
               "body": "Really? Marking it resolved without even looking into it. I'm not sure how much clearer I could have been.\r\n\r\n\u00a0\r\n\r\nSteps to Reproduce:\r\n\r\n1. Make a Bedrock Dedicated Server\r\n\r\n2. Use the [Minecraft Script API|https://learn.microsoft.com/en-us/minecraft/creator/scriptapi/]\r\n\r\n3. Call the function Player.isOp() in the context of a Player who is operator e.g. using the PlayerBreakBlockAfterEvent\r\n\r\n4. Observe the result with console.log()\r\n\r\n\u00a0\r\n\r\nObserved Results:\r\n\r\nThe function always returns a value of false even when the player is operator\u00a0\r\n\r\n\u00a0\r\n\r\nExpected Results:\r\n\r\nThe function returns true when the player is operator\u00a0",
               "updateAuthor": "JIRAUSER763273",
               "created": "2023-09-27T20:26:52.324+0000",
               "updated": "2023-09-27T20:31:37.027+0000"
            },
            {
               "self": "https://bugs.mojang.com/rest/api/2/issue/542722/comment/1282176",
               "id": "1282176",
               "author": "JIRAUSER763273",
               "body": "Any progress?",
               "updateAuthor": "JIRAUSER763273",
               "created": "2023-09-28T13:58:09.041+0000",
               "updated": "2023-09-28T13:58:09.041+0000"
            },
            {
               "self": "https://bugs.mojang.com/rest/api/2/issue/542722/comment/1282291",
               "id": "1282291",
               "author": "JIRAUSER648376",
               "body": "Hi\r\n\r\nDoes it only occur on Linux?\r\n\r\nThis ticket will automatically reopen when you reply. ",
               "updateAuthor": "JIRAUSER648376",
               "created": "2023-09-29T08:37:52.389+0000",
               "updated": "2023-09-29T08:37:52.389+0000"
            },
            {
               "self": "https://bugs.mojang.com/rest/api/2/issue/542722/comment/1282298",
               "id": "1282298",
               "author": "JIRAUSER763273",
               "body": "I haven't tested on any other platforms so I don't know. Doesn't seem like something that would be platform specific.",
               "updateAuthor": "JIRAUSER763273",
               "created": "2023-09-29T09:57:25.569+0000",
               "updated": "2023-09-29T09:57:25.569+0000"
            },
            {
               "self": "https://bugs.mojang.com/rest/api/2/issue/542722/comment/1282301",
               "id": "1282301",
               "author": "JIRAUSER648376",
               "body": "Hi\r\n\r\nI need more detailed instructions how to reproduce this issue. If possible with video as well. \r\n\r\nThis issue will automatically reopen when you reply. ",
               "updateAuthor": "JIRAUSER648376",
               "created": "2023-09-29T10:27:11.235+0000",
               "updated": "2023-09-29T10:27:11.235+0000"
            },
            {
               "self": "https://bugs.mojang.com/rest/api/2/issue/542722/comment/1282309",
               "id": "1282309",
               "author": "JIRAUSER763273",
               "body": "Ok. Can you stop marking it as resolved then? It's not resolved.",
               "updateAuthor": "JIRAUSER763273",
               "created": "2023-09-29T12:34:48.862+0000",
               "updated": "2023-09-29T12:34:48.862+0000"
            },
            {
               "self": "https://bugs.mojang.com/rest/api/2/issue/542722/comment/1282317",
               "id": "1282317",
               "author": "JIRAUSER648376",
               "body": "Hi\r\n\r\nIt is resolved as awaiting response. It automatically reopens when you reply. It is still tracked and open, but we need more detailed information how to reproduce this issue. ",
               "updateAuthor": "JIRAUSER648376",
               "created": "2023-09-29T13:25:14.754+0000",
               "updated": "2023-09-29T13:25:14.754+0000"
            },
            {
               "self": "https://bugs.mojang.com/rest/api/2/issue/542722/comment/1282400",
               "id": "1282400",
               "author": "JIRAUSER763273",
               "body": "Firstly, I am aware of how JIRA works. I am a .NET Software Engineer and use the same platform. That's very poor workflow management if you're marking them as resolved instead of one more suitable.\u00a0\r\n\r\nFYI this is a regression. It was working fine in 1.20.15 but not in 1.20.30.\r\n\r\nCan you tell me what you have tried so far so I can make corrections that will allow you to reproduce the issue?",
               "updateAuthor": "JIRAUSER763273",
               "created": "2023-09-30T00:36:37.524+0000",
               "updated": "2023-09-30T00:36:37.524+0000"
            },
            {
               "self": "https://bugs.mojang.com/rest/api/2/issue/542722/comment/1282408",
               "id": "1282408",
               "author": "JIRAUSER763273",
               "body": "I have confirmed that the issue is present on Windows also.\r\n\r\n\u00a0\r\n\r\n*Steps to Reproduce:*\r\n # \u00a0Download the [Minecraft Bedrock Server Download | Minecraft|https://www.minecraft.net/en-us/download/server/bedrock] for either Windows or Linux.\r\n # \u00a0Run the server and wait until console is idle and world is running then stop it (this makes sure the world is created)\r\n # \u00a0Stop the server\r\n # \u00a0Extract the contents of attached Example_Behavior_Pack.zip to the directory:\u00a0 ./behavior_packs/Example_Behavior_Pack\r\n # \u00a0Place the world_behavior_packs.json and level.dat files in the ./worlds/Bedrock level/ directory\r\n # \u00a0Open Minecraft for Windows\r\n # \u00a0Join the Server\r\n # \u00a0You will see in the console \"Player is not op\"\r\n # \u00a0Run the command in the console to give yourself operator permission \"op <player_name_here>\"\r\n # \u00a0Note the command output says \"Opped <player_name_here>\"\r\n # \u00a0Leave the server.\r\n # \u00a0Rejoin the server\r\n # \u00a0You will see in the console \"Player is not op\"\r\n # \u00a0Open the menu\u00a0\r\n # \u00a0You will see you do have operator permission but the server is not recognizing it.\r\n\r\n\u00a0\r\n\r\nHere is the code that checks the operator status using the [Minecraft Script API |https://learn.microsoft.com/en-us/minecraft/creator/scriptapi/]specifically, this part: [minecraft/server.Player Class|https://learn.microsoft.com/en-us/minecraft/creator/scriptapi/minecraft/server/player#isop]\r\n\r\n\u00a0\r\n\r\n\u00a0\r\n{code:java}\r\nimport * as server from \"@minecraft/server\"\r\nserver.world.afterEvents.playerSpawn.subscribe(onAfterPlayerSpawn)\r\n/**\u00a0\r\n * \u00a0\r\n * @param {server.PlayerSpawnAfterEvent} eventData\r\n */\r\nfunction onAfterPlayerSpawn(eventData) {\u00a0 \u00a0 \r\n    console.log(`Player ${eventData.player.isOp() ? \"is\" : \"is not\"} op`)\r\n}{code}\r\n\u00a0\r\n\r\n*Observed Results:*\r\n\r\nThe player is not being recognized as having operator status even though they do.\r\n\r\n*Expected Results:*\r\n\r\nWhen the player with operator status spawns, the message should say \"Player is op\".\r\n\r\n*Additonal Info:*\r\n\r\n*{color:#ff0000}Link to Video: [MinecraftScriptingBug|https://clipchamp.com/watch/ldGG6Gagf3u]{color}*\r\n\r\n*{color:#ff0000}Video Also Attached{color}*\r\n\r\n\u00a0",
               "updateAuthor": "JIRAUSER763273",
               "created": "2023-09-30T04:02:49.237+0000",
               "updated": "2023-09-30T04:08:54.520+0000"
            },
            {
               "self": "https://bugs.mojang.com/rest/api/2/issue/542722/comment/1282942",
               "id": "1282942",
               "author": "JIRAUSER763273",
               "body": "Any progress on this?",
               "updateAuthor": "JIRAUSER763273",
               "created": "2023-10-03T07:47:01.161+0000",
               "updated": "2023-10-03T07:47:01.161+0000"
            },
            {
               "self": "https://bugs.mojang.com/rest/api/2/issue/542722/comment/1310368",
               "id": "1310368",
               "author": "mariustanghal03",
               "body": "isOp() working fine in local world for me. But in realms, it's not.",
               "updateAuthor": "mariustanghal03",
               "created": "2024-03-18T08:43:36.853+0000",
               "updated": "2024-03-18T08:43:36.853+0000"
            },
            {
               "self": "https://bugs.mojang.com/rest/api/2/issue/542722/comment/1314568",
               "id": "1314568",
               "author": "JIRAUSER776101",
               "body": "I'm seeing exactly the same issue as described. My mod is designed such that it adds additional restrictions to players which aren't operators. This works as expected in a single player game (as I change my account type back and forth between Operator and Member) but in the bedrock server game it always returns false, for all players.",
               "updateAuthor": "JIRAUSER776101",
               "created": "2024-04-06T11:32:28.927+0000",
               "updated": "2024-04-06T11:32:53.354+0000"
            },
            {
               "self": "https://bugs.mojang.com/rest/api/2/issue/542722/comment/1341346",
               "id": "1341346",
               "author": "JIRAUSER573203",
               "body": "you have to set op-permission-level  in server.properties",
               "updateAuthor": "JIRAUSER573203",
               "created": "2024-07-25T14:55:08.557+0000",
               "updated": "2024-07-25T14:55:08.557+0000"
            },
            {
               "self": "https://bugs.mojang.com/rest/api/2/issue/542722/comment/1351141",
               "id": "1351141",
               "author": "greymagic27",
               "body": "ADO 1116005 closed as duplicate.\r\nADO 1074369 still open",
               "updateAuthor": "greymagic27",
               "created": "2024-08-24T18:55:10.011+0000",
               "updated": "2024-08-24T18:55:10.011+0000",
               "visibility": {
                  "type": "group",
                  "value": "staff"
               }
            },
            {
               "self": "https://bugs.mojang.com/rest/api/2/issue/542722/comment/1354140",
               "id": "1354140",
               "author": "JIRAUSER763273",
               "body": "According to this [https://minecraft.wiki/w/Server.properties] the op-permission-level property is for Java Edition. This issue is for the Bedrock Server.",
               "updateAuthor": "greymagic27",
               "created": "2024-09-08T00:53:25.984+0000",
               "updated": "2024-09-08T12:06:56.248+0000"
            }
         ],
         "maxResults": 16,
         "total": 16,
         "startAt": 0
      },
      "votes": {
         "self": "https://bugs.mojang.com/rest/api/2/issue/BDS-18725/votes",
         "votes": 7,
         "hasVoted": false
      }
   },
   "changelog": {
      "startAt": 0,
      "maxResults": 19,
      "total": 19,
      "histories": [
         {
            "id": "2872809",
            "author": "JIRAUSER648376",
            "created": "2023-09-27T15:13:18.521+0000",
            "items": [
               {
                  "field": "resolution",
                  "fieldtype": "jira",
                  "from": null,
                  "fromString": null,
                  "to": "10001",
                  "toString": "Awaiting Response"
               },
               {
                  "field": "status",
                  "fieldtype": "jira",
                  "from": "1",
                  "fromString": "Open",
                  "to": "5",
                  "toString": "Resolved"
               }
            ]
         },
         {
            "id": "2872902",
            "author": "arisabot",
            "created": "2023-09-27T20:26:59.840+0000",
            "items": [
               {
                  "field": "resolution",
                  "fieldtype": "jira",
                  "from": "10001",
                  "fromString": "Awaiting Response",
                  "to": null,
                  "toString": null
               },
               {
                  "field": "status",
                  "fieldtype": "jira",
                  "from": "5",
                  "fromString": "Resolved",
                  "to": "4",
                  "toString": "Reopened"
               }
            ]
         },
         {
            "id": "2874112",
            "author": "JIRAUSER648376",
            "created": "2023-09-29T08:37:52.394+0000",
            "items": [
               {
                  "field": "resolution",
                  "fieldtype": "jira",
                  "from": null,
                  "fromString": null,
                  "to": "10001",
                  "toString": "Awaiting Response"
               },
               {
                  "field": "status",
                  "fieldtype": "jira",
                  "from": "4",
                  "fromString": "Reopened",
                  "to": "5",
                  "toString": "Resolved"
               }
            ]
         },
         {
            "id": "2874132",
            "author": "arisabot",
            "created": "2023-09-29T09:57:35.895+0000",
            "items": [
               {
                  "field": "resolution",
                  "fieldtype": "jira",
                  "from": "10001",
                  "fromString": "Awaiting Response",
                  "to": null,
                  "toString": null
               },
               {
                  "field": "status",
                  "fieldtype": "jira",
                  "from": "5",
                  "fromString": "Resolved",
                  "to": "4",
                  "toString": "Reopened"
               }
            ]
         },
         {
            "id": "2874144",
            "author": "JIRAUSER648376",
            "created": "2023-09-29T10:27:11.242+0000",
            "items": [
               {
                  "field": "resolution",
                  "fieldtype": "jira",
                  "from": null,
                  "fromString": null,
                  "to": "10001",
                  "toString": "Awaiting Response"
               },
               {
                  "field": "status",
                  "fieldtype": "jira",
                  "from": "4",
                  "fromString": "Reopened",
                  "to": "5",
                  "toString": "Resolved"
               }
            ]
         },
         {
            "id": "2874187",
            "author": "arisabot",
            "created": "2023-09-29T12:34:57.172+0000",
            "items": [
               {
                  "field": "resolution",
                  "fieldtype": "jira",
                  "from": "10001",
                  "fromString": "Awaiting Response",
                  "to": null,
                  "toString": null
               },
               {
                  "field": "status",
                  "fieldtype": "jira",
                  "from": "5",
                  "fromString": "Resolved",
                  "to": "4",
                  "toString": "Reopened"
               }
            ]
         },
         {
            "id": "2874219",
            "author": "JIRAUSER648376",
            "created": "2023-09-29T13:25:14.759+0000",
            "items": [
               {
                  "field": "resolution",
                  "fieldtype": "jira",
                  "from": null,
                  "fromString": null,
                  "to": "10001",
                  "toString": "Awaiting Response"
               },
               {
                  "field": "status",
                  "fieldtype": "jira",
                  "from": "4",
                  "fromString": "Reopened",
                  "to": "5",
                  "toString": "Resolved"
               }
            ]
         },
         {
            "id": "2874352",
            "author": "arisabot",
            "created": "2023-09-30T00:36:39.767+0000",
            "items": [
               {
                  "field": "resolution",
                  "fieldtype": "jira",
                  "from": "10001",
                  "fromString": "Awaiting Response",
                  "to": null,
                  "toString": null
               },
               {
                  "field": "status",
                  "fieldtype": "jira",
                  "from": "5",
                  "fromString": "Resolved",
                  "to": "4",
                  "toString": "Reopened"
               }
            ]
         },
         {
            "id": "2874356",
            "author": "JIRAUSER763273",
            "created": "2023-09-30T03:25:39.381+0000",
            "items": [
               {
                  "field": "Attachment",
                  "fieldtype": "jira",
                  "from": null,
                  "fromString": null,
                  "to": "551120",
                  "toString": "Example_Script_Addon.mcaddon"
               }
            ]
         },
         {
            "id": "2874361",
            "author": "JIRAUSER763273",
            "created": "2023-09-30T03:27:11.793+0000",
            "items": [
               {
                  "field": "Attachment",
                  "fieldtype": "jira",
                  "from": "551120",
                  "fromString": "Example_Script_Addon.mcaddon",
                  "to": null,
                  "toString": null
               }
            ]
         },
         {
            "id": "2874362",
            "author": "JIRAUSER763273",
            "created": "2023-09-30T03:28:15.073+0000",
            "items": [
               {
                  "field": "Attachment",
                  "fieldtype": "jira",
                  "from": null,
                  "fromString": null,
                  "to": "551121",
                  "toString": "Example_Behavior_Pack.zip"
               }
            ]
         },
         {
            "id": "2874363",
            "author": "JIRAUSER763273",
            "created": "2023-09-30T03:31:32.816+0000",
            "items": [
               {
                  "field": "Attachment",
                  "fieldtype": "jira",
                  "from": null,
                  "fromString": null,
                  "to": "551122",
                  "toString": "level.dat"
               },
               {
                  "field": "Attachment",
                  "fieldtype": "jira",
                  "from": null,
                  "fromString": null,
                  "to": "551123",
                  "toString": "world_behavior_packs.json"
               }
            ]
         },
         {
            "id": "2874364",
            "author": "JIRAUSER763273",
            "created": "2023-09-30T04:02:34.704+0000",
            "items": [
               {
                  "field": "Attachment",
                  "fieldtype": "jira",
                  "from": null,
                  "fromString": null,
                  "to": "551124",
                  "toString": "MinecraftScriptingBug_conv.mp4"
               }
            ]
         },
         {
            "id": "2874365",
            "author": "JIRAUSER763273",
            "created": "2023-09-30T04:06:25.312+0000",
            "items": [
               {
                  "field": "Version",
                  "fieldtype": "jira",
                  "from": null,
                  "fromString": null,
                  "to": "21654",
                  "toString": "1.20.30"
               },
               {
                  "field": "Version",
                  "fieldtype": "jira",
                  "from": "21608",
                  "fromString": "1.20.15 Hotfix",
                  "to": null,
                  "toString": null
               }
            ]
         },
         {
            "id": "2874366",
            "author": "JIRAUSER763273",
            "created": "2023-09-30T04:07:39.702+0000",
            "items": [
               {
                  "field": "description",
                  "fieldtype": "jira",
                  "from": null,
                  "fromString": "+*Version is 1.20.30 - Not available to select*+\r\n\r\nisOp() from the Player class is always returning false, even if the player is operator, except if setOp(true) is called first.\r\n\r\nThis defeats the purpose of having an isOp() method if you have to manually check player IDs just to see if they should have setOp() called.\u00a0",
                  "to": null,
                  "toString": "-+*Version is 1.20.30 - Not available to select*+-\u00a0 \u00a0+**+\u00a0 \u00a0*It is now available so have updated this.*\r\n\r\nisOp() from the Player class is always returning false, even if the player is operator, except if setOp(true) is called first.\r\n\r\nThis defeats the purpose of having an isOp() method if you have to manually check player IDs just to see if they should have setOp() called.\u00a0"
               }
            ]
         },
         {
            "id": "2875324",
            "author": "JIRAUSER648376",
            "created": "2023-10-02T15:04:57.685+0000",
            "items": [
               {
                  "field": "ADO",
                  "fieldtype": "custom",
                  "from": null,
                  "fromString": null,
                  "to": null,
                  "toString": "1116005"
               },
               {
                  "field": "Confirmation Status",
                  "fieldtype": "custom",
                  "from": "10300",
                  "fromString": "Unconfirmed",
                  "to": "10303",
                  "toString": "Confirmed"
               },
               {
                  "field": "status",
                  "fieldtype": "jira",
                  "from": "4",
                  "fromString": "Reopened",
                  "to": "4",
                  "toString": "Reopened"
               }
            ]
         },
         {
            "id": "2919933",
            "author": "mega_spud",
            "created": "2024-01-05T11:32:01.939+0000",
            "items": [
               {
                  "field": "ADO",
                  "fieldtype": "custom",
                  "from": null,
                  "fromString": "1116005",
                  "to": null,
                  "toString": "1116005, 1074369"
               },
               {
                  "field": "status",
                  "fieldtype": "jira",
                  "from": "4",
                  "fromString": "Reopened",
                  "to": "4",
                  "toString": "Reopened"
               }
            ]
         },
         {
            "id": "2923080",
            "author": "umija5895",
            "created": "2024-01-13T12:09:21.324+0000",
            "items": [
               {
                  "field": "Link",
                  "fieldtype": "jira",
                  "from": null,
                  "fromString": null,
                  "to": "MCPE-173980",
                  "toString": "This issue is duplicated by MCPE-173980"
               }
            ]
         },
         {
            "id": "2923498",
            "author": "arisabot",
            "created": "2024-01-14T12:09:31.224+0000",
            "items": [
               {
                  "field": "Linked",
                  "fieldtype": "custom",
                  "from": null,
                  "fromString": "0",
                  "to": null,
                  "toString": "1"
               },
               {
                  "field": "status",
                  "fieldtype": "jira",
                  "from": "4",
                  "fromString": "Reopened",
                  "to": "4",
                  "toString": "Reopened"
               }
            ]
         }
      ]
   }
}