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
Community moderators have prevented the ability to post new answers.
Here we can able to fetch data separately like fetching projects data in 1 API, fetching issues from another API
but i need to fetch all data once like projects, versions and issues
Issues can be fetched using this API: https://developer.atlassian.com/cloud/jira/platform/rest/v3/#api-rest-api-3-issue-issueIdOrKey-get
Reg 'versions', do you mean 'fixVersion'?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.