How can I update the value of a board asset?
Settings for each asset on the board now contains a Data tab. Currently, the only available data field is labeled "Container sort order." This can be updated by the following:
Select asset.
In the Asset Context Menu, click "..." and click the Settings icon.
Click the data tab and update the "Value" input field.
Click Save.
How can I sort a container by board asset values?
To sort a container by an asset's value, do the following:
Click the container.
In the Asset Context Menu, click "..." and select Settings.
Click the Customization tab.
Click the "Sort objects by" dropdown and select "Container sort order."
You can optionally select Ascending or Descending in the dropdown directly to the right.
How can I display the data value of a sticky note or text asset?
To display the data value, do the following:
Select the asset.
To display the default "Container sort value" of an asset, type the following text inside the Text or Sticky Note asset: {self.containerSortOrder}
Deselect the text to see the result. The data variable is only displayed when editing the text.
Note: you can optionally type text before and after the {data} object.
In the example below, the sticky note has a value of 35.
Learn how to display computed variables in sticky notes or text HERE