We are doing JIRA and Service Now Integration with ServiceNow REST API's.
in my code, I wrote below JAVA Script to fetch JIRA Sprint Field
is.u_sprint = obj.issues[i].fields.customfield_10004.toString();
but it's giving me below value, What could be wrong?
com.atlassian.greenhopper.service.sprint
and what is the correct javascript query to fetch the JIRA Sprint field?