Hi Ken,
<user>.name is pulling from the user's name. As you can see in the naming convention, anything within the brackets <>, that would be the level that it is pulling from. In your case, it is the user. For example, if you see <project>.name, it would be the project name. I hope this answers your question!
Comment actions