Rule Placeholders
AutoPage - Rule Placeholders
Section titled “AutoPage - Rule Placeholders”AutoPage templates are normal Confluence pages that you can create in any Confluence space. A template is always based on a Jira issue or sprint and can contain placeholders for dynamic content. Fields from the issue or sprint can be used as placeholders, which are entered as normal text when creating the template. You can also format placeholders and use them within macros or as macro parameters. The title of the generated pages is defined in the AutoPage rule configuration and does not use the template’s title.
Placeholder - Issue Rules
Section titled “Placeholder - Issue Rules”Default Fields
Section titled “Default Fields”The format for Jira default field placeholders is $#{Fieldname}.
Supported issue fields (please note the spelling and case):
| Issue Placeholder |
|---|
$#{Assignee} |
$#{Description} |
$#{Summary} |
$#{AffectedVersions} |
$#{ComponentObjects} |
$#{Created} |
$#{Creator} |
$#{DueDate} |
$#{FixVersions} |
$#{Environment} |
$#{Id} |
$#{IssueTypeObject} |
$#{Key} |
$#{Labels} |
$#{ParentObject} |
$#{PriorityObject} |
$#{ProjectObject} |
$#{Reporter} |
$#{ResolutionObject} |
$#{SecurityLevelId} |
$#{Status} |
$#{StatusObject} |
$#{Updated} |
$#{Votes} |
$#{SubTaskObjects} |
Custom Fields
Section titled “Custom Fields”The format for custom field placeholders is $#{CF_CustomFieldName} and you can reference the custom fields using their custom field names.
Alternatively, you can use the custom field ID in a placeholder $#{customfield_CustomFieldId}.
Example: $#{CF_Location} or $#{customfield_10100}
Supported custom field types:
| Field type |
|---|
| Checkboxes |
| Date Time Picker |
| Date Picker |
| Group Picker (single group) |
| Labels |
| Number Field |
| Radio Buttons |
| Select List (multiple choices) |
| Select List (single choice) |
| Text Field (multi-line) |
| Text Field (single line) |
| User Picker (single user) |
| Version Picker (single version) |
| Query Issues Custom Fields (third party app) |
Placeholder - Sprint Rules
Section titled “Placeholder - Sprint Rules”Default Properties
Section titled “Default Properties”The format for sprint placeholders is the same as for rules with an issue trigger: $#{placeholder}.
Supported sprint properties (please note the spelling and case):
| Sprint Placeholder | Short Description |
|---|---|
$#{sprint_id} | This is the identifier of this sprint. It is counted upwards for each created sprint in your board and can be used to filter issues by JQL. |
$#{sprint_name} | This is the name you gave your sprint. |
$#{sprint_goal} | This represents the goal you’ve added to your sprint. |
$#{start_date} | The start date represents the date when the sprint was started. This property is empty as long as you’ve not started your sprint. |
$#{end_date} | The end date represents the date when the sprint should be completed. This property is empty as long as you’ve not started your sprint. |
$#{complete_date} | The complete date represents the date when the sprint really was completed. This property is empty as long as you’ve not closed your sprint. |
$#{sprint_state} | The sprint state can have three values: FUTURE (created but not started yet), ACTIVE (sprint was started) and CLOSED (sprint was completed). |
$#{board_id} | This is the identifier of the board the sprint lives in. It can be used to filter issues by JQL. |