write:app-data:jira OAuth scope is 100% optional now, and not using it won't break your app. However, we recommend adding it to your app's scope list because we will eventually make it mandatory.curl --location --request PUT '/rest/api/3/app/field//value' \
--header 'Content-Type: application/json' \
--data-raw '{
    "updates": [
        {
            "issueIds": [
                10010
            ],
            "value": "new value"
        }
    ]
}'null