IntegrationHub - Import passing display value to Data Stream Action
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
I'm trying to use the Jira Spoke for an integration between ServiceNow and Jira. I'm using the "Look up Projects Stream" Data Stream Action. When I test this action in Workflow Studio, everything works correctly. However, when I run it as a part of an IntegrationHub import, it appears to pass the display values rather than the underlying choice value to the action.
The action is supposed to send "+" for ascending, for example. But it's attempting to reach the API with "Ascending," which returns an error from the Jira server.
Logged from the data stream action, here's an example: (top is from IntegrationHub, bottom is "Test" from Workflow Studio)
And here's the configuration section in IntegrationHub
Has anyone else seen this behavior or can replicate it?