Sync Jira issues to Nimble EForms
This is a 'Project' template which means that it contains a group of workflows that work together to achieve a particular aim
OverviewCopy
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.
PrerequisitesCopy
To implement this workflow, you will need the following:
API credentials for Jira Cloud and Nimble
Getting LiveCopy
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 ConfigsCopy
The project has following configurable properties:
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.
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.name5}jira_project_name: This will be the name of the project on Jira. E.g.
Enterprise Squad Project