Artisan IMG > Jira Cloud (jira-cloud) (74f32232-8c6c-44c5-9c3a-796e1952bb6f)
Artisan IMG > Nimble (nimble) (39ba6251-a746-4b2b-a941-d19615236257)

Sync Jira issues to Nimble EForms

Project
Universal
Intermediate

This is a 'Project' template which means that it contains a group of workflows that work together to achieve a particular aim

Overview
Copy

The purpose of this workflow is to capture issues created in Jira in realtime and use them to create EForms in Nimble.

The workflow is fired in real time with a Jira trigger, performs the mapping on the issue and syncs it in Nimble.

Prerequisites
Copy

To implement this workflow, you will need the following:

Getting Live
Copy

Click 'Use Template' to deploy the template in your chosen Workspace.

Then add the authentications for the service connectors -> Jira Cloud and Nimble.

Now enable the workflow, the workflow will now start the process of pulling the issues into Nimble in real time.

Create an issue in Jira to see this in action.

Project Configs
Copy

The project has following configurable properties:

  1. card_type_id: This represents the card types you want to use in Nimble for the jira issue. Read Nimble user guide to find the card types.

  2. mappings: This is an object that will determine the mapping between the two systems. Default value of mapping object is:

    1
    /* LHS is Nimble field name, RHS is Jira field name */
    2
    {
    3
    "CM_Name": summary,
    4
    "CM_PRIORITY": priority.name
    5
    }

  3. jira_project_name: This will be the name of the project on Jira. E.g. Enterprise Squad Project