cancel
Showing results for 
Search instead for 
Did you mean: 

Get current task ID in FTL

joaotpd
Champ on-the-rise
Champ on-the-rise
Hi!

It's possible to get the current task ID in FTL code of a component present in "task-edit" form?

Thanks in advance,

João
1 REPLY 1

romschn
Star Collaborator
Star Collaborator
When you open a task - in the browser URL it displays the task-id for that task.

You can always get the URL prarameters in your ftl. The place to capture such request parameter would be form.lib.ftl wherein you may define a hidden field to hold the value for task id which you can use on your ftl.

Hope this helps.

Thanks,