Keep request queue path from request on a project when converted | Community
Skip to main content
Level 4
April 18, 2017
Archived

Keep request queue path from request on a project when converted

  • April 18, 2017
  • 2 replies
  • 383 views

Add a field on the project details over view section that carries over the Path from the request queue.

Also expose this field to reports so you can run reports against all projects from specific request queues including queue topics and topic groups

2 replies

February 27, 2019

Ryan, while that path would not be available within the Project Details, you can create a Project Report and add a new column with the following text mode to see that information:

displayname=Converted Issue Path
textmode=true
valuefield=convertedOpTask:displayQueueBreadcrumb
valueformat=HTML

This column would pull in which request queue, topic group and queue topic the original request (before conversion) was submitted by.

RyanCaAuthor
Level 4
March 12, 2019

Hi and Thank you !