LogoLogo
  • 🖐️Welcome Aboard!
  • 📖Information
    • What is Autom Mate?
    • What is Autom?
    • Features of Autom Mate
    • Architecture of Autom Mate
  • 🤓Learn Autom Basics
  • 📚Libraries
    • Integration
      • Active Directory
      • AFAS
      • Autom Mate
      • Azure Active Directory
      • Azure DevOps
      • BambooHR
      • ChatGPT
      • ConnectWise
      • Database
      • Desktop Actions
      • EasyVista
      • Email
      • Exchange Web Server
      • Exact Online
      • Excel
      • Freshdesk
      • Freshservice
      • Ftp-Sftp
      • GitLab
      • Google Drive
      • Google Workspace
      • HaloITSM
      • Hubspot
      • Intune
      • Ivanti Service Manager
      • Jenkins
      • Jira Confluence
      • Jira Service Management
      • Jira Software
      • Lakeside
      • Lansweeper
      • ME ServiceDesk Plus
      • Microsoft Outlook Calendar
      • Microsoft SharePoint
      • Microsoft Teams
      • My ChatGPT
      • OCR
      • PDF
      • PowerShell
      • Python
      • RESTful Web Service
      • Salesforce
      • ServiceDesk Plus Cloud
      • ServiceNow
      • Slack
      • SolarWinds
      • Stripe
      • TOPdesk
      • Twilio
      • Twitch
      • VMware
      • WhatsApp
      • Word
      • X
      • Xurrent
    • Transform
      • Advanced Actions
      • Array
      • Base64
      • Condition
      • Cryptography
      • CSV
      • Data Table
      • Date
      • File
      • Folder
      • Number
      • Object
      • Repeatable
      • SSH
      • String
      • Text
    • Utility
      • Display Message
      • Grouping
      • Mate DB
      • Mate Drive
      • Time Management
    • Agentic AI (Beta Version)
      • Open AI (Beta Version)
  • 🎇Autom Features
    • Variables
    • Triggers
    • Data Manager
    • Debug
    • Stop Action
    • Function
    • Error Handling and Exception Management
    • Development Mode ( Dev Mode )
    • Business Impact Estimator
  • 🛰️Product Features
    • Dashboard
      • Dashboard
      • Monitoring
      • Alerts
    • Store
      • Autom Store
      • Library Store
    • My Environment
      • Mate Agent
      • Automs
      • Libraries
    • Management
      • User Management
        • Users
        • Roles
        • Forgot Password
      • Vault
      • Webhook & API
      • Alert Management
      • Queue
    • Create Autom
    • Settings
    • Time Zone Management in Autom Mate
  • 💾Installation Setup
    • System Requirements and Ports Configuration
    • Autom Center Installation
      • Autom Center Installation
      • Autom Center Update
    • Mate Agent Installation
      • Mate Agent Installation
      • Mate Agent Update
    • App Installations
      • MS Teams ChatBot Installation
    • Full Chain PFX File Creation Guide
  • 📔Release Notes
    • Amsterdam Edition
      • Amsterdam 3.2.9
      • Amsterdam 3.3.0
    • Boston Edition
      • Boston 4.0.0
      • Boston 4.1.0
      • Boston 4.2.0
      • Boston 4.3.0
        • Boston 4.3.1
        • Boston 4.3.2
        • Boston 4.3.3
        • Boston 4.3.4
        • Boston 4.3.5
        • Boston 4.3.6
        • Boston 4.3.7
      • Boston 4.4.0
  • 🎓Academy
    • 🎓Autom Mate Academy: Basics of Autom Mate
    • 🎓Mastering Automation with Autom Mate: From Workflow Creation
    • 🎓The Ultimate Autom Mate: Teams & Smart Integrations
  • 👔Autom Store & Use Cases
    • 🛒Autom Store Use Cases
    • 🖥️Use Cases
      • How to Create Bidirectional Connection Between JIRA and Xurrent to Open Requests or Tickets
      • Employee Onboarding Process Automation Using Autom Mate
  • ❓FAQ
    • ⚙️General Functionality
    • 🧩Integration Capabilities
    • Data Management and Validation
    • ⁉️Error Handling and Workflow Management
    • Automation Use Cases
    • Connectors and Triggers
    • Custom GPT Models
Powered by GitBook
On this page
  • Overview
  • Actors
  • Goals
  • Use Case Scenario
  • Creating Bidirectional Connection between JIRA and Xurrent

Was this helpful?

  1. Autom Store & Use Cases
  2. Use Cases

How to Create Bidirectional Connection Between JIRA and Xurrent to Open Requests or Tickets

Overview

This use case scenario outlines the process of creating a bidirectional connection between JIRA and Xurrent platforms using Autom Mate platform's webhook feature. The integration allows for the seamless flow of incident and issue data between the two systems, enhancing communication and workflow efficiency.

Actors

  • Autom Mate Platform: Acts as the central hub for webhook connections.

  • Xurrent: Provides incident management and tracking capabilities.

  • JIRA: Offers issue tracking and project management features.

Goals

  • Main Goal: Establish a bidirectional connection between JIRA and Xurrent for seamless data exchange.

  • Sub Goals:

    • Configure webhook connection between Xurrent and Autom Mate.

    • Set up webhook connection between JIRA and Autom Mate.

    • Develop conditional rules in Autom Mate to handle incoming payload data.

Use Case Scenario

Creating Bidirectional Connection between JIRA and Xurrent

Description

The scenario details the steps to connect JIRA and Xurrent platforms bidirectionally via Autom Mate platform's webhook functionality. This integration enables the automatic transfer of incident and issue data between the two systems.

1

Establishing Connection with Xurrent

  • Autom Mate Platform generates a unique webhook URL for connection.

  • Navigate to Xurrent settings and locate the webhook section.

  • Click on the '+' button to create a new webhook connection.

  • Choose the desired operation to trigger in Xurrent.

  • Paste the webhook trigger URL from Autom Mate into the designated field.

2

Receiving Payload Data from Xurrent

  • Create an incident in Xurrent to initiate data transmission.

  • Autom Mate Platform receives the payload data from Xurrent.

  • Monitor the Autom Mate monitoring page to view the incoming data.

3

Configuring Connection with JIRA

  • Utilize the same webhook trigger URL from Autom Mate for JIRA integration.

  • Refer to JIRA documentation for webhook connection setup.

  • Prepare a JSON code to send to JIRA's webhook URL using Autom Mate's Restful Web Service integration.

4

Handling Payload Data in Autom Mate

  • Analyze the received payload data from both Xurrent and JIRA.

  • Identify distinguishing parameters to differentiate the sources.

  • Create conditional rules in Autom Mate based on payload parameters.

    • If JIRA webhookEvent parameter exists, proceed with JIRA actions.

    • Else if Xurrent payload's source parameter indicates, perform Xurrent operations.

    • Example Parameters Used:

      • JIRA Payload:

        • webhookEvent: Identifies the type of event triggering the webhook.

      • Xurrent Payload:

        • source: Indicates the origin of the payload, such as "Xurrent".

5

Avoiding Duplicate Ticket Creation

Implement additional conditions in Autom Mate to prevent duplicate ticket creation.

  • Check for unique identifiers or tags in the payload data.

  • Create 'if-else if' condition blocks to handle JIRA and Xurrent data separately.

  • Solution for Xurrent Ticket Creation in JIRA:

    • When a ticket is created on Xurrent, append the "Created from Xurrent" sentence to the JIRA ticket's summary field.

    • Upon receipt of this summary containing "Created from Xurrent," Autom Mate recognizes it.

    • The conditional rule within Autom Mate ensures that if the data contains this sentence, it will not open a duplicate ticket in Xurrent.

Alternative Paths

Exception Case - Duplicate Ticket Creation:

  • If duplicate tickets are detected due to loop conditions:

    • Autom Mate Platform can intelligently recognize and handle this situation.

    • Solution:

      • Autom Mate adds the "Created from Xurrent" sentence to the summary of a JIRA ticket created from a Xurrent incident.

      • When Autom Mate processes this ticket in the future, it recognizes the sentence.

      • The system avoids creating duplicate Xurrent incidents by identifying the "Created from Xurrent" indicator.

      • Administrators or stakeholders are notified of the detected issue and its resolution.

Benefits

  • Streamlined data flow between JIRA and Xurrent platforms.

  • Automated incident and issue creation without manual intervention.

  • Enhanced workflow efficiency and reduced error rates.

The bidirectional connection between JIRA and Xurrent, facilitated by Autom Mate platform's webhook feature, ensures seamless data exchange and automated workflow processes. By configuring webhook connections, handling payload data intelligently, and preventing duplicate ticket creation, organizations can optimize their incident and issue management workflows effectively.

Related Document

For detailed instructions on webhook connection setup:

PreviousUse CasesNextEmployee Onboarding Process Automation Using Autom Mate

Last updated 6 months ago

Was this helpful?

Refer to Xurrent documentation:

Consult JIRA documentation:

Autom Mate Webhook documentation:

Xurrent Webhook Connection Guide
JIRA Webhook Integration Guide
Autom Mate Webhook Integration Guide
👔
🖥️
Page cover image