I am trying to get information from the Velocity chart in JIRA.
When i use the API in the browser it works perfectly!
But when i try to connect to the link thru Talend Open Studio i get some errors and one of them seems to be about a http 404 error.
the link i use is: https://jira.[companyname].nl/rest/greenhopper/latest/rapid/charts/velocity?rapidViewId=3862
as said, this works in the browser..
also i have other API GET requests that i do with Talend and those work perfectly, the only difference is the link to the API itself, it uses rest/agile/latest/board/3862/issue so instead of greenhopper it uses rest/agile
does anyone know how to solve this?
Pretty much answered at https://answers.atlassian.com/questions/42370102 - as the JIRA REST interface is working fine, then it's something in Talend that's going wrong, and you need to fix that.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.