This template displays the ID of the current work item.
Configuration
To use the Work item ID template, simply select it from the template grid. Filter by Misc to find it faster.
Parameters
This template does not require any additional parameter configuration.
Expert mode
If you switch to Expert mode you can see the formula field in the Expression Parser. You can now tweak the expression to create a custom formula field based on this template.
Expression
General expression:
%{issue.id}
Details
1. What does the expression do?
The expression returns the unique ID of the current work item.
2. Step-by-step breakdown
-
%{issue.id}: Refers to ID of the current work item.
3. Examples
-
If your current work item has an ID of 12345, the expression will display:
12345.
4. Real-life use cases
-
You want to show the work item ID on a dashboard or report for easy reference.