Unable to get Fixversion from payload in sublow while doing Jira integration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-10-2022 04:16 AM
We are trying to integrate servicenow with Jira
we are using bi-directional webhooks
we need to get fixversions of a Jira issue in the sublow
we have used the below script on the filed to get fixversion but unable to get it
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-12-2022 08:30 PM
Hi
sorry for the late answer. Access to the values is as follows:
var shortDesc = fd_data.subflow_inputs.issue.fixVersions[0].name;
Kind regards
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-25-2022 09:00 PM
Hi
In case you think I was able to answer your question, I would be happy if you mark the appropriate response as "correct" so that the question will appear as resolved for other users who may have a similar question in the future.
If not, please tell me what you are still missing.
Many thanks & kind regards
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-29-2024 06:30 AM
@Maik Skoddow I see this is an older post, I'm trying to get the fix version from the jira issue, I have tried the above script to map to my task field, but nothing is coming back...
Any more ideas would be very helpful!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-04-2024 05:30 AM
@Aman56
I am faced with the same issue, did you get this to work in your Process Jira webhooks subflow?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-06-2025 05:41 AM
Has anyone got solution for this, looking for some help to get the Fix Version in ServiceNow.
Any help is appreciated.