Is it possible to pull issue name into a task report when the issue is not converted but just moved to the task? | Community
Skip to main content
sydney_peterson
Level 3
November 7, 2024
Question

Is it possible to pull issue name into a task report when the issue is not converted but just moved to the task?

  • November 7, 2024
  • 2 replies
  • 616 views

I have a process where we are trying to see if an issue / request has been submitted that gets moved to tasks. I need the report to stay as a task report due to certain necessary filter criteria that I can't apply to an issue report. 

I need to reference if a task has an issue sitting on it - we don't convert the issues, we are just moving them. 

Is this possible to do in text mode? 

 

Here are some screenshots. Basically, I want the converted issue name, but it's not converted just moved. 

 

 
Updating Media

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

skyehansen
Community Advisor
Community Advisor
November 9, 2024

I recommend you look into using collections in a report:

https://experienceleague.adobe.com/en/docs/workfront/using/reporting/reports/text-mode/reference-collections-report#reference-a-collection-in-the-view-of-a-report

 

You can literally steal this textmode straight off their page, as it should work for either task or project reports.

 

displayname=Issue Names
listdelimiter=<p>
listmethod=nested(issues).lists
textmode=true
type=iterate
valuefield=name
valueformat=HTML

Srinija_N
Level 7
November 11, 2024

May be you can still create a Issue report with 'Parent:name' as the group by and apply filters on the Parent and parent type.