I cannot figure out how to trigger a ticket in my Jira Software Project when a Bug is reported in our JSM instance. is there a step by step guide that I can use to do this ?
Hello @Stacey Fernandes ,
Thank you for posting in the community,
I'm Jose, from the Exalate team.
You can integrate Jira internally very easily through an Exalate connection.
Here is the step by step process:
Make sure you start on Step 1, and choose "Local connection" if both of your products live under the same URL
Let me know if this helps you, 🙂
Best regards,
Jose
You can do this OOTB using Automation. Here you will find documentation - automation-for-jira
the basics...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I would suggest looking into Deviniti's Issue SYNC - Integration for Jira | Atlassian Marketplace.In case You would need any support with it - give me a shout at przemyslaw.wysota@deviniti.com. Looks like I am the PO for both this app and ITSM solutions. ;-)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Stacey,
If the Jira Software Project is on the same instance as the JSM Instance, you can use multiple apps to do this for you. You can run a Post Function on the workflow of the bug issue type offered by Script Runner App.
Name of the Post Function: Script Post-Function[ScriptRunner] and then select
Clones an issue, and links
From here, you can select the Project, Issue type, Fields to copy and bunch of other stuff.
You can also achieve the same using other apps like Jira Suite Utilities using the post function Create a Linked Issue (JSU).
If the project is on a different instance, You can use Script Runner App's Script Listener to do it by Building a custom listener and use the JIRA REST capabilities to do it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.