Displays the name of the project lead of the current work itemโs project.
If there is nothing to display, the result will be โNoneโ.
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.project.leadDisplayName}
Details
1. What does the expression do?
The expression displays the name of the project lead for the project that the current work item belongs to. If there is no project lead set, the field will show โNoneโ.
2. Step-by-step breakdown
-
%{issue.project.leadDisplayName}: Refers to the name of the project lead for the project that the current work item belongs to.
3. Examples
-
If you have a work item in the "Marketing Website" project, and the project lead is "Jane Doe", the expression will return:
Jane Doe -
If the project does not have a lead assigned, the field will display:
None
4. Real-life use cases
-
Custom fields: Add this as a custom field in work item views to make it easy for users to see who the project lead is without navigating to the project settings.