For example:
Project A is created using Project Template A.
Project Template A has 4 queue topics and 2 topic groups defined.
Therefore, Project A is also having 4 queue topics and 2 topic groups
Now before any requests are created in Project A, I wanted to use Fusion to see all the 4 queue topic IDs and 2 topic group IDs. Is it possible?
Thanks
Solved! Go to Solution.
Views
Replies
Total Likes
You can use Workfront's custom API call to get queue topic and group provided you have project ID beforehand.
URL: QUET/search?queueDef:projectID=abcd1234&fields=name,parentTopicGroup:name (replace abcd1234 with your project ID).
You can use Workfront's custom API call to get queue topic and group provided you have project ID beforehand.
URL: QUET/search?queueDef:projectID=abcd1234&fields=name,parentTopicGroup:name (replace abcd1234 with your project ID).
This is exactly what I needed. Tested it, and it works like a charm. Thanks again!