Skip to content
Advertisement

Tag: jira-rest-api

Multiple REST API calls in succession returns undefined

I’m trying to query some JIRA issues using a the jira-connector package. I’m running into issues with the data returned not being defined until after everything else is executed in my code. I’m not sure if this is some issue with concurrency, but I can’t for the life of me figure out where and how I’m messing up. If inside

Advertisement