Displays the ID of the current work item.
Configuration
Select Custom text formula in the template gallery after clicking Create formula field.
Choose General in the parsing mode dropdown. Click here for additional information.
Expression
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.