Calculated fields on Issue form to pull in the Queue Topic and Queue Topic Group name
Hello,
I'm working on creating two custom fields on an issue custom form where I want to pull in the Queue Topic Name and the Queue Topic Group Name. I feel like I'm close but WF won't accept. Here's what I have:
Queue Topic Name -
IF(ISBLANK(Queue Topic Name),Queue Topic.Name,Queue Topic Name)
IF(ISBLANK(Queue Topic.Parent Topic Group.Name),Queue Topic.Parent Topic.Name,Queue Topic Name.Parent Topic Group.Name)
Thanks for your help!
Michelle