A general question regarding our need to generate a new Jira Issue by way of an internal SharePoint site... Simply put, I need functionality around a user who reports an application support issue from a SharePoint site to generate a new JIRA incident with the development group, possible? API?
If you want to roll your own integration, then you should check out the functionality that JIRA provides via the RPC plugin: http://confluence.atlassian.com/display/JIRADEV/JIRA+RPC+Services
You can use a SOAP client in SharePoint to connect to JIRA.
We did a simple integration so that a Sharepoint form would send the details to Jira via email, which would create the ticket. It was a bit of a faff to get working, but it does work & does the job.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sure. Just go into JIRA > Settings > Incoming Mail. Then add an email handler to create tickets in whatever project you want. Then you need to set up a Sharepoint list that emails JIRA when the item is created.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Matt, I know that, but the email handler SharePoint is using is treated by JIRA cloud as spam. No ticket get's created :( There are some mechanisms which stop spam emails I guess.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi - I am creating JIRA issues based on Microsoft Form Submission with the help of the Flow in Microsoft. It works like a charm but i am not able to create an email trigger for the issue created in JIRA. Any help on that?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am following.
Just go into JIRA > Settings > Incoming Mail.
Then add an email handler to create tickets in whatever project you want. done
Then you need to set up a Sharepoint list that emails JIRA when the item is created. i 've created a list and then I added an email alert but as is expected i will just receive emails to my email account.
Not sure what to do and cannot find more info.
Would you mind sharing more about it? is very important to me and the company i work for.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
One of our partners, Customware, provides a SharePoint Connector for JIRA, which, as far as I know, provides this functionality. The product overview is here: http://wiki.customware.net/repository/display/CustomWare/Connector+for+SharePoint+and+JIRA
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for the information, but I have a Development team ready to do the work we just need to know if there is an available API or valid web service/web method to call for this type of functionality?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.