Menu

Attribute code for approver name

10000000
2015-03-19
2015-03-20
  • 10000000

    10000000 - 2015-03-19

    When sending notification to approver what is the attribute to get the approver friendly name?

    Thanks!

     
  • metafaniel

    metafaniel - 2015-03-20

    You can use placeholders!
    The ticket has these attributes about an approver: approver_id, approver_email and approver_id_friendlyname. You can use placeholders as follows:

    approver_id:    $this->approver_id$ <BR>
    approver_email:    $this->approver_email$ <BR>
    approver_id_friendlyname:    $this->approver_id_friendlyname$ <BR>
    

    Copy and paste this code as an action notification and test it. this means the ticket.
    I hope this is helpful for you =)

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.