Unable to get Fixversion from payload in sublow while doing Jira integration

Aman56
Kilo Explorer

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

var shortDesc = fd_data.subflow_inputs.issue.fixversions;
return shortDesc;
 
we have also tried adding fixversion to sublow inputs .
 
Is there any way to get fixversions ?

 

 

13 REPLIES 13

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

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

@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... 

bekfro_1-1709216951807.png

 

bekfro_0-1709216911459.png

 

Any more ideas would be very helpful!

 



bekfro
Kilo Sage

@Aman56 
I am faced with the same issue, did you get this to work in your Process Jira webhooks subflow?

DREX
Tera Contributor

Has anyone got solution for this, looking for some help to get the Fix Version in ServiceNow.

Any help is appreciated.