<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
Workflows Jira Create Issue Card Not Working with Error "Module: Field not found"
Workflows
Okta Classic Engine
Okta Identity Engine
Overview

Attempting to use the Jira - Create Issue card in Okta Workflows fails with the following error:

{
  "_error": true,
  "retry_count": 0,
  "flo": 123456,
  "method": "qh0GWl3aV",
  "execution": "{execIDHere}",
  "module": "jira2.createIssue",
  "kind": "Node Error",
  "message": "Module: Field not found.",
  "code": 500,
  "description": "Node Error",
  "steps": 39,
  "source": {
    "flo": "jira2:0.3.217:createIssue",
    "method": "XuXoX1xeOPUF",
    "execution": "{execIDHere}",
    "module": "control.custom"
  },
  "_fatal": null
}
Applies To
Cause

The error can occur if a Field selected as Input on the Create Issue card is removed from the Issue Type with the Jira system. The fields sync in the backend in Workflows, and when the card attempts to use a field, it is no longer available.

 

If it is unknown which field was removed, in Workflows, Duplicate the card and compare the Inputs selected on the duplicated card vs the Inputs that are set on the original card.

 

Example where the Environment was removed on the Jira side:

Jira Create Issue Field comparison

 

Solution

There are two options:

  1. If the field is needed, re-add it to the Issue Type within the Jira system and then use the Create Issue card as configured.
  2. If the field is not needed, update the Create Issue card in Workflows to not use the field further.
    1. Click the Settings/Other Options gear icon.
    2. Click Choose fields.

Workflows fields

    1. Select the desired fields and click Save.

Related References

Loading
Workflows Jira Create Issue Card Not Working with Error "Module: Field not found"