Hi Team
I am looking to pull all my jira software data into other system, Means all projects , versions and its issues data . It may be day wise or weekly wise etc..
how to achieve this all data fetching, as of now am able to pull projects using 1 REST API call
jiraURL+'/rest/api/2/project/';
but not the versions and issues, how to do this?
Kindly help me on this