Text Mode help for issue report - project users | Community
Skip to main content
snuzum
New Participant
August 12, 2020
Solved

Text Mode help for issue report - project users

  • August 12, 2020
  • 1 reply
  • 626 views

Hi there,

We have this text mode working in a project report to pull in project users into a view.

However I would like this to show in an issue report - column and don't know how to tweak it to work in that report too.

Any ideas (works in project report):

displayname=Project Team

listdelimiter=<br>

listmethod=nested(projectUsers).lists

textmode=true

type=iterate

usewidths=true

valueexpression=CONCAT({user}.{name}," - ",{user}.{role}.{name})

valueformat=HTML

width=300

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

Hi Sherri,

Try this:

displayname=Project Team

listdelimiter=<br>

listmethod=nested(project.projectUsers).lists

textmode=true

type=iterate

usewidths=true

valueexpression=CONCAT({user}.{name}," - ",{user}.{role}.{name})

valueformat=HTML

width=300

Thanks,

Sarah

1 reply

SarahNaAccepted solution
New Participant
August 13, 2020

Hi Sherri,

Try this:

displayname=Project Team

listdelimiter=<br>

listmethod=nested(project.projectUsers).lists

textmode=true

type=iterate

usewidths=true

valueexpression=CONCAT({user}.{name}," - ",{user}.{role}.{name})

valueformat=HTML

width=300

Thanks,

Sarah

snuzum
snuzumAuthor
New Participant
August 13, 2020

That worked perfectly. Thanks so much!