The ZF install of Confluence and JIRA support remote control via SOAP.
- http://confluence.atlassian.com/display/JIRA/Remote+API+%28SOAP%29+Examples
- http://confluence.atlassian.com/display/JIRA/Creating+a+SOAP+Client
- http://confluence.atlassian.com/display/CONFEXT/Confluence+SOAP+Client+in+Java
To access Confluence, use your Confluence username and password with:
Eclipse/Mylar Integration with JIRA
If you use Eclipse >= 3.2, there's an extension called Mylar that might interest you. It adds a task-oriented interface to Eclipse and allows it to integrate with issue tracking services, JIRA in particular. See the Mylar web site for additional information.
To install Mylar:
- Open Eclipse and go to Help > Software Updates > Find and Install...
- Select the "Search for new features to install" option and click the "Next" button
- Click the "New Remote Site" button
- For the Name field, enter "Mylar update site"
- For the URL field, enter the update site URL for your version of Eclipse, which can you get from this list
- Click the "OK" button
- Check off the "Mylar update site" in the list of sites to include in the search and click the "Finish" button
- When prompted, select the following items to install: Jira Core Services, Mylar Connector: JIRA, Mylar Focused UI, Mylar Task List
- When prompted to reboot Eclipse, do so
To integrate with the Zend Framework JIRA installation:
- Open Eclipse after installing Mylar and select Window > Show View > Other
- Under the Mylar folder, select Task Repositories
- In the Task Repositories tab on the right, right-click and select the Add Task Repository option
- For the Server field, enter http://framework.zend.com/issues
- For the Label field, enter "Zend Framework"
- For User ID and password, enter your Zend Developer Wiki account information
- Optionally, click the "Validate Settings" button to test your connection
- Click the "Finish" button
- Return to the Task List tab
- Right-click and select the New > Query option
- Select the Zend Framework from the repository list and click the "Next" button
- Continue through the process as prompted. Once done, your query will appear as an example folder in your Task List with all related issues
- Double-click on any issue to view and enter information for that issue just as if you were accessing JIRA via a browser
Labels:
None