Jira Spoke Get Editable Fields Dynamic Inputs failing to retrieve fields
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-08-2022 10:08 AM
I'm getting an error response with an Action from the Jira Spoke (V3.2.1) called "Get Editable Fields." It continues to give this error: "Incorrect output was received from a dynamic action." This action has Dynamic inputs that will retrieve from Jira, at design time in Flow Designer, all the editable fields that are available. It then provides ability to pick Jira fields when using actions such as "Create Issue" or "Update Issue." Below is what I've done for trouble shooting on this along with screen shots.
Error that I'm receiving:
- The "Get Editable Fields" action expects two parameters. Both of them are of type string. See image below. For the connection alias, it's supposed to be the sys_id of the alias. I've tried all variations of values in the "Connection Alias" below as you'll notice in subsequent steps below that the Action expects it to be a JSON string. Here are the values I've tried and all of them are failing.
- Here are variations that I've tried in the "Connection Alias" field. None of them work.
- '{"value": "629ad2bfdb1893005963ff041d961971"}'
- "{'value': '629ad2bfdb1893005963ff041d961971'}"
- {"value": "629ad2bfdb1893005963ff041d961971"}
- {'value': '629ad2bfdb1893005963ff041d961971'}
- 629ad2bfdb1893005963ff041d961971
2. Below is a snippet of the Get Editable Fields step that parses the sys_id for the connection alias. I know for 100% certainty that my sys_id is valid because I can successfully run that last line of the code shown in image below through a background script. I'm also 100% certain that the Jira issue key (JT01-4168) exists in my Jira instance.
The only thing I can think of is that my company only has Professional version of IntegrationHub. According to ServiceNow documentation, Dynamic Actions require Enterprise version of IntegrationHub. What's not clear is whether that applies to using Dynamic actions that already exist in spoke we bought (e.g., Jira Spoke) or whether that only exists if I wanted to create a new one myself (which I'm not wanting to do). Thanks for any feedback on this.
- Labels:
-
Integrations
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-23-2022 03:42 PM
Hey Todd - the input it expects is the Issue ID, not the Issue Key. It's a unique numerical value that Jira creates for each issue.
If you want to find out what this is you can either check in Jira directly or run one of the "Look Up Records by JQL" actions & use jql query "issuekey=JT01-4168". You should be able to find the ID in the issues output.
Also, you can use the sys_id of your Connection & Credential alias record. In your case, the input would just be: 629ad2bfdb1893005963ff041d961971
Btw If this still doesn't resolve your connectivity issue, I recommend you double-check that your service account has the correct level of access; you might need to grant it the "Administrators" role on the project.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-27-2022 09:11 AM
Hi
Again, I've tried both the issue key and the issue id and it produces the same resulting system error in the said action from Jira spoke. And, I've tried all the variations listed in my original post for the Connection Alias. Any other suggestions are welcome. Also, I've had an open support case for this and they've not yet found a solution. Hopefully someone has run into this and can offer a suggestion or support gets back to me with a good answer. Thanks.
Todd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-20-2025 09:36 AM
Hi @Todd O
Did you find the reason for this issue? We are facing a similar issue where the Update Issue action is not taking dynamic inputs from a record with correlation ID filled with Jira Issue ID. The Additional fields dynamic template is throwing an error.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
an hour ago
Hi @Todd O
We are running into the exact same issue for the Additional Fields (same message as yours had) and was wondering if you were ever able to resolve it. We hadn't updated our Jira Spoke in a while and found that some prior Jira Spoke actions were deprecated though it still worked. So in our DEV instance we updated the spoke and updated the flow and hitting this exact issue. Yours is the first post I've come across that addresses it specifically (I've been looking for a few days). Thank you.
