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 POST '/rest/api/3/jql/function/computation' \
--header 'Content-Type: application/json' \
--data-raw '{
"values": [
{
"id": "f2ef228b-367f-4c6b-bd9d-0d0e96b5bd7b",
"value": "issue in (TEST-1, TEST-2, TEST-3)"
},
{
"error": "Error message to be displayed to the user",
"id": "2a854f11-d0e1-4260-aea8-64a562a7062a"
}
]
}'
{
"notFoundPrecomputationIDs": [
"string"
]
}