Integration Hub / Jira Spoke Webhook subflow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-23-2024 01:19 PM
Is it possible to use custom fields in the Process webhook subflow to bring data from Jira back to ServiceNow?
We have a customer field on our Jira issues named Fix Versions I would like to map this to our catalog task table in a new field I created.
I've tried adding a new input under issue to bring in the field info but I have had no luck:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-23-2024 01:49 PM
Hi @bekfro ,
Please refer to the below threads:
If I could help you with your Query then, please hit the Thumb Icon and mark it as Correct !!
Thanks & Regards,
Sumanth Meda
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-26-2024 09:23 AM
@Sumanth16 could you please check the second link in this post, I'm getting Invalid Parameters when I select it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-05-2024 08:06 AM
I'm using the Jira Spoke plugin within ServiceNow for bi-directional sync. I am trying to populate the Fix Version from the Jira issue to a new field created on your task table.
I see some ServiceNow posts about paring the payload from Jira for custom fields, but I don't see fixVersions in the payload. (https://www.servicenow.com/community/now-platform-forum/how-can-we-get-the-value-of-the-custom-field...)
Trying to determine if this is doable for my current release.
I also found a related topic from Jira: https://community.atlassian.com/t5/Jira-Software-questions/Jira-Fix-Version-to-ServiceNow-Change-Req...
Maybe populating the fixVersion is not possible yet? Any help would be great.