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)...