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
‎02-06-2025 06:18 AM
Hello @DREX
See this post: Re: How can we get the value of the custom fields? - Page 4 - ServiceNow Community
My company went another route with the fix version, (we have a Jira automation rule that adds the info into the comments (which we sync with worknotes).
However, I got the custom field "end date" to sync by following the steps in the linked article above.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-06-2025 06:27 AM
@bekfro
Thanks for replying , Jira automation rule is something configured at Jira's end?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-06-2025 06:41 AM
Yes, a Jira administrator will need to set it up.
This is what we have:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-06-2025 06:58 AM
@bekfro
Thanks a lot for helping!