Unable to load dynamic inputs (sn_jira_spoke.get_editable_fields_2) – IntegrationHub Jira

ak0530991
Tera Contributor

I am facing an issue while integrating Jira using IntegrationHub.
When configuring the Update Jira Issue action, I get the error:

Unable to load dynamic inputs (sn_jira_spoke.get_editable_fields_2)
No dynamic inputs data was provided from the action

 

I understand that dynamic inputs depend on the action output. Can someone confirm whether the output variable name must be output in the action for dynamic inputs to load correctly?
Also, are there any other prerequisites (connection, credential, Jira permissions, or API version) that could cause this issue?

ak0530991_0-1767167873729.png

 

1 REPLY 1

Matthew_13
Kilo Sage

Hi There my Friend!

 That error usually just means the Update Jira Issue step isn’t getting any field data to work with, so it can’t build the dynamic inputs.

Dynamic inputs come from the Get editable fields action. If that step doesn’t return anything, the update step has nothing to load. This is most often because the action didn’t run successfully, didn’t have enough context like a valid Issue Key, or the output wasn’t mapped correctly.

A few things I see to check:

  • Run Get editable fields on its own and look at the outputs. If its empty the dynamic inputs wont load.

  • Make sure you’re passing a real Issue Key into that action.

  • In Update Jira Issue confirm you’re mapping the correct output from Get editable fields the editable fields JSON/object, not a different pill.

  • Verify the Jira integration user has Edit Issue permission and that the fields are actually on the Edit screen for that issue type.

  • If the spoke was recently installed or updated try removing and re-adding the action to refresh metadata.

If you confirm whether you’re using Jira Cloud or Data Center and what the Get editable fields output looks like, it’ll be easier to pinpoint exactly where it’s breaking for you my friend.

 

@ak0530991  - Please mark as Accepted Solution and Thumbs Up if you find Helpful!