Call a flow designer action that takes dynamic template as one of the inputs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2024 06:09 AM - edited 07-23-2024 06:33 AM
Hi,
I'm trying to call the Jira Create Issue action from a script using code snippet. I have few custom fields to be passed, for which I'm trying to pass those using "Additional Fields" input of Create Issue Action. However, the action doesn't seem to like it, and is not passing the value. I tried passing a JSON, String, Encoded Query but it didn't help. Did anyone face a similar issue of passing values to a dynamic template input type? Appreciate any insights on this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2025 01:58 PM
I have run into this on the ADv2 spoke as well and I also can't pass the additional items. Anyone know where we edit these templates to add more fields?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2025 02:06 PM - edited 02-25-2025 02:07 PM
I resolved it by passing parameters combined by ^ operator and it works. The way I got to this is by cloning the existing spoke, running few tests to check how the data looks in operations view, and then sent it in the same format to the original spoke. Initially I felt it'd take JSON but later found the right format.