Your script will need to contain commands for the following operations:
wget --header='Cookie: JSESSIONID='
'[domain name]/servlets/TLogin?Login=Login&loginID=[username]&password=[password]'wget --sslcertfile=./[domain name].crt
--sslcertkey=./[domain name].key --header='Cookie: JSESSIONID='
'https://[domain name]/servlets/CertLogin?Login=Login&password=[password]'
.
[filename]. The
[project name] corresponds to the name of the
project, where the saved query/report resides.wget -O [filename] --header='Cookie: JSESSIONID='
'http://[project name].[domain name]/[URL]'
Though the example commands above are specific to "wget", the ability to script Project Tracker to export data is not. The listed sequence of operations hold true for any scripting or programming language you'd use to drive an export.