How to insert a link in Notification and it will redirect to Agile board of Project?

Ramu6
Tera Contributor

Hi All,

Actually we have a requirement we have notification on Project table, in that body we have to insert a link that will redirect to Agile board of Project plannings?

Please help me to complete this

 

Thanks

Ramu

1 ACCEPTED SOLUTION

 

Try this:

 

var baseLink = gs.getProperty('glide.servlet.uri')

 template.print("<a href=" + baseLink + "$agile_board.do#/sprint_tracking> Agileboard</a>")

View solution in original post

6 REPLIES 6

 

Try this:

 

var baseLink = gs.getProperty('glide.servlet.uri')

 template.print("<a href=" + baseLink + "$agile_board.do#/sprint_tracking> Agileboard</a>")

Hello @Ramu6 ,

 

Does this resolved you issue ? If yes, It would be great if you mark my response as CORRECT or Helpful so that others can see this on top of the list and get benefited by this.

 

Thanks & Regards,

Siddhesh