LogoLogo
  • About SimplifyQA
  • Get Started with SimplifyQA
    • Agile & Non-Agile Framework
    • OS Support
    • SimplifyQA Hosting
      • On-premise Installation Guide
        • Pre-requisites
        • Installation Guide
      • Support and Resources
      • Training and Onboarding
    • Explore SimplifyQA for your Application Lifecycle Management
  • SimplifyQA Installation & Setup
    • Setup QAWizard
    • Register QAWizard
    • Setup Android Device
      • How to enable settings in android device?
      • How to register android device?
      • Setup emulators on Android Studio for automation in SimplifyQA
    • Setup iOS Device
      • How to setup iOS device in Apple Developer Account?
      • How to register iOS device?
  • Get to know your Workspace
    • Blueprint of SimplifyQA
    • Key Terminologies
    • Search/Global Search
      • How to use global search?
      • How to use advance search?
      • How to use column sort?
      • How to use column filters?
      • Add or remove columns
    • Rich Text Editor
    • Import & Export
    • Add Attachments
    • Add Linkages
    • Add Comments
    • Manage Cards in board view
    • Configure Watchlist
    • Track Edit History
    • Hierarchy Tree
  • Admin Controls & Configurations
    • Manage Projects & Users
      • Create Project and Invite Users
      • Project Settings
        • Create and Manage Custom Fields
      • Grant Admin Privilege to User
      • Invite/Add Users to Team
      • User Directory and Access Control
      • Configure Page Layout
      • Manage Roles and Privileges
      • Configure Auto-logging of Defects
    • Configure your clients
    • Password settings
  • Release & Sprints
    • Introduction to Releases
    • Create & Manage Release & Sprint
    • Start & Close a Sprint
  • Create and Manage your Requirements
    • Introduction to Requirement Management
    • Create & Manage Epic
    • Create & Manage Features
    • Create & Manage User Stories
  • Introduction to Test Management in SimplifyQA
    • Create a Manual Test Case in SimplifyQA
    • Create an Automation Test Case in SimplifyQA
    • Learn API Testing in SimplifyQA
      • Create an API Test Case in SimplifyQA
      • Quick Test the API
      • Validating API Responses
      • Understanding API Parameterisation
      • Save API Response Data
      • Achieve Data flow for E2E Testing
    • Create Hybrid Test Case in SimplifyQA
    • Leverage Re-usability in your Tests
    • Organise your Test Cases
    • Linking a Test Case to User Story
    • Linking a Test Case to Defect
    • Version Control your Test Case
    • Create a Copy of your Test Case
    • Copy Test Case to different Project
    • Conditional Statements
      • Decision Making Statement
      • Looping Statement
      • BREAK & CONTINUE Statement
    • Supported Actions
    • Utilising Mobile Inspector in SimplifyQA
  • Introduction to Script-less Recording of Test Case
    • Record a Web Test Case in SimplifyQA
    • Record an Android Test Case in SimplifyQA
      • Record an Android Test Case
    • Record Functions in SimplifyQA
    • Understand Object Recognition Mechanism & Self Healing in SimplifyQA
  • Test Data Management
    • Work with the Formulas to Optimise Test Data
    • Import and Export Test Data Sets
  • Introduction to Object Repository
    • Capture Objects for your Tests
    • Organise your Test Objects
    • Parameterise your Test Object Properties
  • Introduction to Parameters
    • Various Types of Parameters
    • Create and Utilise Parameters in your Test Case
    • Understanding Runtime Parameters
  • Defect Management
  • Marketplace
    • Integration with Project Management Tools
      • Integrating SimplifyQA with Jira
        • Configure Web-hooks
        • SimplifyQA Setup for Integration
          • Setup your Account for Jira Integration
          • Configuration in SimplifyQA Admin
          • Steps to Generate a Jira API Token
          • Steps to create SimplifyQA token
          • Steps to get Jira Account ID
          • Synchronisation Functionality Between SimplifyQA and Jira
          • Analyse Logs for Data Synchronisation
        • Mapping Fields for Issue Types
        • Viewing SimplifyQA Test Cases in Jira
  • Legal Documents
    • End-User License Agreement
Powered by GitBook
On this page
  • Why Jira Webhooks?
  • How to setup Webhook in Jira?
  1. Marketplace
  2. Integration with Project Management Tools
  3. Integrating SimplifyQA with Jira

Configure Web-hooks

PreviousIntegrating SimplifyQA with JiraNextSimplifyQA Setup for Integration

Last updated 5 months ago

A webhook is a way for an application to provide real-time information to another application. It's like a subscription service where you can subscribe to specific events or actions within a source application. When these events occur, the source application sends an HTTP POST request to a designated URL, carrying relevant data.

Why Jira Webhooks?

Jira webhooks allow you to automate workflows, integrate with other tools, and receive real-time updates on events within your Jira instance. By setting up webhooks, you can:

  • Automate Issue Creation and Updates: Automatically create issues in SimplifyQA when issues are created or updated in Jira.

  • Trigger Builds and Deployments: Initiate builds and deployments in your CI/CD pipeline when specific Jira issues reach certain statuses.

  • Send Notifications: Receive notifications via email, Slack, or other channels when important events occur in Jira.

  • Integrate with Other Tools: Connect Jira with other tools like Slack, Microsoft Teams, and more to streamline workflows.

How to setup Webhook in Jira?

  • Access Jira Settings: Log in to your Jira account and click on the Settings icon located beside the profile icon.

  • Navigate to the System Settings: From the settings menu, click on System under Jira settings. You will be redirected to the system settings page.

  • Open the Webhooks Page: On the left-hand menu, locate and click on Webhooks. This will open the Webhook management page.

  • Create a New Webhook: Click on the Create Webhook button.

  • Configure the Name, Webhook URL: Give the Name of the webhook. In the URL field, provide the webhook URL in the following format:

[URL]/jira/integration/[simplifyqa_customerid]/{project.key}
https://qanewui.simplify.com/jira/integration/1/{project.key}
  • Specify the Jira projects to flow data from Jira to SimplifyQA projects using the following format:

project = jira_project_1
  • To map multiple projects under the same webhook, use the “OR” operator:

project = jira_project_1 OR jira_project_2
  • Configure Event Fields: Under the Syntax help section, select all checkboxes for the following event fields, this allows data from Jira to SimplifyQA related to this fields.

    • Issue

    • Comment

    • Attachment

    • Issue Link

  • Finalise and Save: Once all fields are configured, click on the Create button. The webhook will now be successfully created and ready for use.