Hi Brandon, If you have a "Workfront Issue Management" custom form on all of your queue topics where you can define your own parameters, then you can create a calculated field to grab the topic group. Keep in mind, you can only go up one level with this as far as I know. In my case, the calculated field is named "Request Topic Group". Here's the calculation: Queue Topic.Parent Topic Group.Name I suggest using this though, because if you ever change your topic group structure, you won't want to lose that data on the issue. This will keep the parent topic group value in place if you delete it someday: IF(ISBLANK(Request Topic Group), Queue Topic.Parent Topic Group.Name, Request Topic Group)