Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Section
Column
width60px

Column

New macro

A new macro called sql-file is provided to enable user scenarios related to macro-security. It only allows accessing specifically authorized scripts stored on the Confluence server file system. This provides more flexibility for administrators to selectively grant general access to the results of specific SQL scripts on pages without edit restrictions or with more less restrictive edit restrictions. This is accomplished using standard CMSP parameter control configurations. 

Macro security configuration example

The following allows the authorized.sql script located in the <confluence home>/script directory to be run from any page against any data source. No other SQL scripts can be run.

No Format
titleExample
sql-file=*ANY
sql-file.datasource.*=*ANY
sql-file.file.authorized.sql=*ANY
Section
Column
width60px

Column

Resolved Issues

Jira Issues
columnstype,key,summary,reporter,priority,status,fixversion,resolution
width95%
anonymoustrue
urlhttps://bobswift.atlassian.net/sr/jira.issueviews:searchrequest-xml/temp/SearchRequest.xml?jqlQuery=project+%3D+SQL+AND+fixVersion+in+%28%225.5.0%22%2C+%225.5.1%22%29+ORDER+BY+priority+DESC&tempMax=1000

...