JIRA Integration via hooks

For quick start, there is a built-in template available for JIRA integration. For more information on importing built-in templates, please read this guide link.

 

Atlassian JIRA can be easily integrated with vREST using vREST hooks functionality. Please follow the steps below to log bugs automatically against test run / test case failures.

Steps:

  1. Setting up the Authorization
    We are demonstrating the Basic authorization for JIRA integration here. To configure this, follow the steps below:
    1. Open Authorizations window by following Test Hooks Tool bar >> More Menu >> Authorizations.
    2. Now simply provide JIRA authentication details here as shown in the following snapshot:
    3. And simply click on Save button to save this authorization.
  2. Logging automatic bugs
    1. If you want to log bugs against each test case failure in the test run then configure the post test case hook as described below.
      To configure the Post Test Case hook, follow the steps below:
      1. Configure the JIRA REST API  for logging issue as a Post Test Case hook as shown in the following snapshots.
         
         
      2. Link JIRA Authorization for this REST API which we configured in step 1.
         
    2. And if you want to log a single bug against test run failure then configure the post test run hook as described below.
      To configure the Post Test Run hook, follow the steps below:
      1. Configure the JIRA REST API  for logging issue as a Post Test Run hook as shown in the following snapshots.

         
      2. Link JIRA Authorization for this REST API which we configured in step 1.
         

Note:

If you are having difficulty in integrating your JIRA instance with vREST, then contact us at support@vrest.io with your JIRA version and issue details.