...
Text variable | Effect |
---|---|
$username $userfullname $userfirstname | Shows the current user’s username, full name, or first name. These names are set up in users' Atlassian accounts. For example, write “Welcome, $username” to personally welcome a user to your intranet. |
$sitename | Shows the name of the site, as set up in the site’s configuration. For example, write “Welcome to $sitename” to welcome a user to your support site. |
$structurename | Shows the name of the current page, as set up in the Site site structure. For example, write “Your requests on $structurename” in the title of a My Requests module. |
...
Excerpt | ||
---|---|---|
| ||
|
...
Excerpt | ||
---|---|---|
| ||
|
...
Excerpt | ||
---|---|---|
| ||
|
...
Excerpt | ||
---|---|---|
| ||
|
...
Excerpt | ||
---|---|---|
| ||
|
Activity Stream module
Filter by Space field:
Excerpt | ||
---|---|---|
| ||
|
...
Excerpt | ||
---|---|---|
| ||
|
...
Text variable | Description |
---|---|
$username | The current user’s username. |
$userFullName | The current user’s full name. |
$userFirstName | The current user’s first name. |
$siteName | The site’s name. |
$structureName | The name of the current page, as set up in the Site site structure. |
$serviceDeskId Only available on JSM project landing pages. | The service desk ID of a JSM project |
$serviceDeskIds | A list of JSM project IDs that belong to this page’s child pages. |
$siteServiceDeskIds | A list of all JSM project IDs that are connected to the site. |
$spaceKey Only available on Confluence space landing pages. | The Confluence space key. |
$spaceKeys | A list of the space keys that belong to this page’s child pages. |
$siteSpaceKeys | A list of all Confluence space keys connected to the site. |
$projectId Only available on Jira project landing pages. | The Jira project ID. |
$projectIds | A list of Jira project IDs that belong to this page’s child pages. |
$siteProjectIds | A list of all Jira project IDs that are connected to the site. |
$projectKey Only available on Jira project landing pages. | The Jira project key. |
$userId | The current user’s account ID. |
...