- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2024 05:54 AM - edited 01-04-2024 06:22 AM
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2024 11:45 PM
Try this:
var baseLink = gs.getProperty('glide.servlet.uri')
template.print("<a href=" + baseLink + "$agile_board.do#/sprint_tracking> Agileboard</a>")
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2024 11:45 PM
Try this:
var baseLink = gs.getProperty('glide.servlet.uri')
template.print("<a href=" + baseLink + "$agile_board.do#/sprint_tracking> Agileboard</a>")
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2024 01:10 AM
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