Create Jira Issue 1.0
=====================

This is a Zarafa webaccess plugin which uses the Z-Merge plugin framework. The context menu of a
right click on an e-mail will be extended. You will see a new option "Create Jira Issue" and after
clicking a new dialog window will open. 
Now you only need to select the project within Jira and the appropriate issue type. Feel free to
edit the subject and the body which will become the summary and the description of the new Jira issue.


REQUIREMENTS
-------------
- Running Zarafa server :)
- Atlassian Jira 4.0+ with enabled Remote-API


INSTALLATION
------------

 1. copy the plugin to Zarafa's plugin folder
    
    cp -r cwxjira /var/lib/zarafa-webaccess/plugins/	
 
 2. open config.php and edit the url to the Jira WSDL:
    
    'jira_wsdl' => 'https://192.168.1.1:8080/rpc/soap/jirasoapservice-v2?wsdl',

 3. relogin to the webaccess (maybe you need to clear browser cache)
 

LICENSE
-------

This program is free software; you can redistribute it and/or modify 
it under the terms of the GNU Affero General Public License as     
published by the Free Software Foundation; either version 3          
of the License, or (at your option) any later version.               
                                                                         
This program is distributed in the hope that it will be useful,       
but WITHOUT ANY WARRANTY; without even the implied warranty of        
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the          
GNU AFFERO GENERAL PUBLIC LICENSE for more details.                   
                                                                          
You should have received a copy of the GNU Affero General Public      
License along with this program.  If not, see                         
<http://www.gnu.org/licenses/>                                        


CONTACT
-------

Copyright (C) 2010 by                                                 
 
catWorkX GmbH, Schellerdamm 16, 21079 Hamburg                                                                                                  
Sebastian Gerdes <sebastian.gerdes_AT_catworkx.de>                                                                                      

