README.txt for Python interface to P4DTG ======================================== This shows an example of how to use Python to run basic P4DTG interface via the CTypes interface. It currently runs with Python 2.7 (not yet 3.x due to Unicode string issues). This makes life rather easier to test P4DTG configurations, especially if you are using the P4DTG SDK to develop a new integration. It expects to find a config file called "p4dtg.ini" with this contents: [JIRA] server=http://<some server>:<some port>/rpc/soap/jirasoapservice-v2 user=<P4DTG user> password=<JIRA password for the above user> It is similar to running p4dtg-test.exe from the parent directory with the following set of commands (try H for help): LL plugins\jiradtg.DLL (or on Linux LL plugins/jiradtg.so) LC http://<JIRA server>/rpc/soap/jirasoapservice-v2 p4dtg MyPassword SL SP <PROJECTNAME> PS SV PL 0 2014/01/01/00/00/00 Updated "*Not Supported*" p4dtg PD <PICK ONE OF THE DEFECTS RETURNED BY THE ABOVE COMMAND> DL DF
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 9671 | Robert Cowham |
Added README Detect mod_date_field automatically |