Hai All Drupal Master , I want to create modules like this :
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.
and what I want the modules is like this user can create 3 pages :
-user can see the list of issues track after he login on it
-user can insert issues in my cms integrate with jira
-user can insert comment in my cms integrate with jira
and after I looking on it I fount this articel :
http://groups.drupal.org/node/58388
http://github.com/kristofvanroy/jira-api
http://github.com/kristofvanroy/qa-report
http://mosaic.arizona.edu/jira/open
http://groups.drupal.org/node/1047
and for the support module I found this modules :
http://drupal.org/project/jiraconnect
http://drupalmodules.com/module/soap-server
http://drupalmodules.com/module/soap
http://drupalmodules.com/module/soap-client
http://drupalmodules.com/module/services
and what is the function of SOAP?
it is really possible to make this modules?
and is there are succesfull is there anyone can share on it how to do that?
but after I try on it all , it is not successfull , I am still learning about programming PHP, and I am really need help how to make this modules help the documentation system for the user, if can really thanks full ^^
Comments
your question is a bit
your question is a bit general, if you encounter some errors or something else in your module, post it up and see if anybody can help you..
hai mr
I have some error after I enabled the module like this :
* user warning: Table 'locale.qa_report_paths' doesn't exist query: SELECT pid FROM qa_report_paths WHERE path = 'node/add' AND status = 1 in C:\mywebsites\locale\sites\all\modules\report\includes\qa_report.helpers.inc on line 28.
* user warning: Table 'locale.qa_report_setups' doesn't exist query: SELECT sid FROM qa_report_setups WHERE browser = 'Firefox' AND version = '3.6' AND platform = 'Windows' in C:\mywebsites\locale\sites\all\modules\report\includes\qa_report.helpers.inc on line 91.
* user warning: Table 'locale.qa_report_tracking' doesn't exist query: SELECT count FROM qa_report_tracking WHERE sid = 458 AND pid = 457 in C:\mywebsites\locale\sites\all\modules\report\includes\qa_report.helpers.inc on line 62.
how to solve this mr? is there anyone can help me how to do that?