I found the following script:
Using this I was able to get the information I wanted added to the title of tasks when they are created from one on my incident templates. My technicians informed me that not all of the tasks were updating with the information.
I dug into this a little further and what I was able to figure out is that this script will only add information to the first 10 tasks. What this looks like to me is that the number of tasks per page is limited to 10 at a time. My problem is that I have 25 to 30 tasks that could be generated from one request.
Can anyone help me to modify this script so that it will go through all of the tasks that are associated with a request?
We are using Build 10010 and pgsql in case that information is needed.
UPDATE: I was able to figure out the coding required to have it look at more than 10 at a time. I have attached my version of the script to this thread.