This VBA class module is MS-Office connector via XML-RPC.
Description
There are following samples.
- MS-Excel Ticket editor
- MS-Project connector.
Bugs/Feature Requests
Existing bugs and feature requests for VisualBasicTracConnectorIntegration are
here.
If you have any issues, create a
new ticket.
Download
Download the zipped source from here.
Source
You can check out VisualBasicTracConnectorIntegration from here using Subversion, or browse the source with Trac.
Example
MS-Excel Ticket editor
- fill setting sheet
- Create sheets that are same name as project names
- Push "Import tickets" button
- Edit imported tickets' fields
- Add new tickets
- Push "Check modified fields" button
- Confirm the edited fields' background color are changed.
- Push "Update" button
- According to the browser, modified tickets' fields are changed
MS-Project connector
- Add custom fields.
| type | name | MS-Project's field |
|
| custom | due_assign | Start | required
|
| custom | due_close | Finish | required
|
| custom | complete | PercentComplete | required
|
| custom | blocking | (dependency) | add blocking ticket
|
| standard | summary | name |
|
| standard | owner | resource |
|
| standard | milestone | (dependency) | Add preceding task for the milestone
|
| standard | version | (dependency) | Add preceding task for the mversion
|
| custom | summary_ticket | (summary task) | Optional, for TracDependencyPlugin
|
| custom | dependencies | (dependency) | Optional, for TracDependencyPlugin
|
| custom | baseline_start | BaselineStart | Optional
|
| custom | baseline_finish | BaselineFinish | Optional
|
- Create tickets.
- Open TracProject.mpp
NOTE: You may have to lower the macro security level in MS Project for the connector's Import button to show up:
- Choose Tools -> Options... to display the Options dialog.
- Select the Security tab
- Click the Macro Security button
- Choose Medium or Low security
- Create blank mpp file.
- (Activate created mpp file.) It might be activated.
- Push "Import" button
- input settings for your environment, then push "Validation" button
- If connection is valid, then enable "Import" button. Push this button
Recent Changes
Author/Contributors
Author: okazaki
Contributors: