Page tree

 

The namespace of a script makes the name of a userscript unique.

ID
namespace
Type
Data Type
Since
1.0

The namespace parameter encodes the namespace of a userscript in the context of the HTTP protocol. It is part of the userscript identifier to uniquely address a userscript instance.

Usage

The parameter is used by the following systems.

NameTypeShort Description
Delete UserscriptResource Operation
Deletes a userscript uniquely identified by its namespace, name, and version.
Get UserscriptResource Operation
Provides access to a unique userscript by its namespace, name, and version.
Userscripts ServiceResource Service
Provide access to a single userscript file by its coordinates. Even anonymous users have access to this service.

Related Parameters

List of parameters of the same type.

Activation Group Names
The comma-separated list of group names that activate that userscript.
Activation Page Labels
The comma-separated list of page labels that activate that userscript.
Activation Space Keys
The comma-separated list of space keys that activate that userscript.
Activation User Names
The comma-separated list of user names that activate that userscript.
Configure User Scripts Administrators
Controls to create space permissions for Userscripts Administrators.
Description
The optional short description for the userscript.
Documentation
The optional URL to online documentation for the userscript.
Name
The name of a userscript is unique within its namespace.
Page Identifier
The unique identifier of a Confluence page in form of a long integer value.
Script
The URL to the userscript file.
Space Key
The identifying key of a space.
Support
The optional support URL.
Version
The semantic version of the userscript.

Resources

Userscript Namespace
Userscripts are organized in namespaces. This way scripts of different vendors may have the same name, but are still distinguishable by their unique namespace.
Name
The name of a userscript is unique within its namespace.
Version
The semantic version of the userscript.