Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

how to fetch value for Sprint field using Javascript?

Varun Nelluri
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 16, 2018

 

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?

0 answers

Suggest an answer

Log in or Sign up to answer