curl --location --request PUT 'http://jira.local:8080/jira/rest//rest/api/3/filter/defaultShareScope' \
--header 'Content-Type: application/json' \
--data-raw '{
"scope": "GLOBAL"
}'
{"scope":"GLOBAL"}
AUTHENTICATED
Shared with all logged-in users.GLOBAL
Shared with all logged-in users. This shows as AUTHENTICATED
in the response.PRIVATE
Not shared with any users.AUTHENTICATED
Shared with all logged-in users.GLOBAL
Shared with all logged-in users. This shows as AUTHENTICATED
in the response.PRIVATE
Not shared with any users.