app
context variable.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/forge/1/app/properties/' \
--header 'Content-Type: application/json' \
--data-raw 'null'
{
"message": "Property updated.",
"statusCode": 200
}