I am looking to see if it's possible to add a token/key that would print the date the template was downloaded into a specific field in a word or Excel doc.
For example, currently on my template I have "#BT.task.key #BT.task.createdDate" which gives me the ID (APPS-###) and the date the Jira Entry was raised. However i'm looking for the date to be the date the template was downloaded by the analyst.
Current:
Template
Creation Date | #BT.task.key #BT.task.createdDate |
Output
Creation Date | APPS-123 10/Nov/23 11:40 AM |
Expected:
Creation Date | APPS-123 *Date of template download* |
I hope this makes sense. Thanks in advance!