I'm currently building a module to import JIRA issues (http://www.atlassian.com/software/jira/) into nodes. There's an existing JIRA Authentication module, but I can't find anything that gets JIRA issue information out of JIRA and into Drupal.
So far the module can connect to JIRA's SOAP API, pull all issues from a filter, and push basic info into nodes. The import happens each time cron runs. The module first deletes all existing JIRA Issues content. Once its in nodes its pretty simple to slice and dice the data in Drupal using views etc.
Currently I have the module depending on CCK/Content so that custom fields can be added beyond Title and Body.
There's an admin settings area to define the server URL, WSDL path, username, password, and filter ID.
I'd love to know if anyone else has ever run across a need for something like this, or if something does actually exist out there somewhere.
Comments
I'd be very interested in
I'd be very interested in your progress on this ... I may be starting a Drupal helpdesk documentation project for a company that uses Jira for trouble tickets and this would be perfect for integrating product integration with the Jira system. If the job happens for me, I might be interested in beta testing it for you.
By accident I found this Jira
By accident I found this Jira module on github: http://github.com/kristofvanroy/jira-api
.... and a module using it: http://github.com/kristofvanroy/qa-report
Cool find...
Cool find... but having a hard time installing these modules to see what they will do to connect to JIRA. I am guessing from the error message,
Fatal error: Call to undefined method soapclient::login() in /var/www/vhosts/mysite/sites/all/modules/custom/jira_api/jira_api.module on line 49
I'm guessing the PHP install on my shared hosting server needs this SoapCilent class? Is it worth looking into? I guess this is how it connects to my JIRA website?
Rich
can use the jira connect module
can use the jira connect module and SOAP server,soap and soap client, but I am not sure it is can use or nope
Mostly Finished
I've pretty much finished the module. You can see it in action here: http://mosaic.arizona.edu/jira/open
I'm working with our office of technology transfer to see how I can release the module under Drupal's license.
how to du do that?
can u give the explanation code ?? what I can use that?? I want to like documentation like that?
Any news?
Any news on releasing this? Anxious to see it too.
Drupal JIRA Integration
Hey Mark,
I like what you've done to integrate JIRA into your UA website. Can you give some insight on how you made that work? We would like to show our company's development roadmap to our developer community and this would be a perfect way to do it.
Thank You
I hope you can release it! We
I hope you can release it! We were looking for just such a module for our institute. Either that or figuring out a way to turn Drupal into an issue tracker since our project is pretty new that would be using it.
http://www.webbfx.net/
Looking for a module just
Looking for a module just like this. Hope you release it.
Thomas Hansen
www.ThomasHansen.me
yeah I waiting on it
I am waiting too the modules , can I know where is it release
is there any new modules would come on it
is there any new modules would come on it??
Module Submitted to Drupal
I've submitted the module for review by the CVS team. You can grab a pre-CVS version from there, or wait for the module to make it into the repository.
http://drupal.org/node/993702
If anyone wants to review the module, I think that might help speed up the application process.