Jira custom fields not populated in Servicenow flow actions

Kishor Mudhili
Giga Guru

Hello team,

 

we are trying to interate between Jira to SN [ Inbound] - we have created few custom fields in Jira , but we canot find the custom fields in Servicenow flow designer action item [ for example in lookup record] , we are using Jira spoke. do we have any limitation to fetch the custom fields.

note: there is no issue from Jira , we have created the fields properly 

4 REPLIES 4

Tanushree Maiti
Kilo Patron

Hi @Kishor Mudhili 

 

If that field with value not present in Response Body , Ask Jira team to double check whether they have included it in request payload before sending it to Servicenow.

 

 

Please mark this response as Helpful & Accept it as solution if it assisted you with your question.
Regards
Tanushree Maiti
ServiceNow Technical Architect
Linkedin:

Kishor Mudhili
Giga Guru

anyone having complete jira integration documentation ??

In this longer format video I show each step (and misstep) in integrating my personal Jira instance with a ServiceNow instance. While the integration instructions provided by ServiceNow are a starting point, this video shows how it's done with mistakes and all! #servicenow #jira #atlassianjira ...
In this longer format video I show each step (and misstep) in integrating my personal Jira instance with a ServiceNow instance. While the integration instructions provided by ServiceNow are a starting point, this video shows how it's done with mistakes and all! #servicenow #jira #atlassianjira ...
Hi Youtube Family, I am Ravi Gaurav. I am Expert in ServiceNow . Welcome to my youtube channel. If you guys enjoyed it, make sure to Like👍 , Comment💬 and Subscribe❤️ _________________________________________ Copyright Disclaimer : All Rights to VideoLabel Co. & No Copyright infringement intende...
In this longer format video I show each step (and misstep) in integrating my personal Jira instance with a ServiceNow instance. While the integration instructions provided by ServiceNow are a starting point, this video shows how it's done with mistakes and all! #servicenow #jira #atlassianjira ...

Vishal36
Mega Guru

Hi @Kishor Mudhili

When using the Jira Spoke for inbound integration, custom fields not appearing in Flow Designer is something teams run into occasionally.

You may want to look at a few areas:

  • The Jira Spoke does not always expose all custom fields in Flow Designer actions, especially in steps like Lookup Record.
  • Some fields are available via the Jira API but aren’t surfaced as data pills unless explicitly supported by the spoke action.
  • Field context in Jira (project or issue type scope) can limit what metadata is returned.
  • Accessing unsupported fields may require extending the spoke or adding scripted REST logic.

In your case, you may want to explore OpsHub Integration Manager (OIM), a ServiceNow Partner. It connects directly via APIs and supports no-code, plugin-free, bi-directional sync, allowing custom fields to be mapped without relying on Spoke constraints. It also preserves attachments, comments, and inline text context out-of-the-box, avoiding custom scripts. As a ServiceNow Partner, we’ve seen this help teams move beyond native connector limitations.

Hope it helps!