Forums

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

I Need to pull all projects, versions and its issues data in to other application using REST API

santh reddy
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!
January 17, 2020

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

 

2 answers

0 votes
santh reddy
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!
January 23, 2020

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

0 votes
Lenin Raj
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
January 18, 2020

@santh reddy 

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'?

Suggest an answer

Log in or Sign up to answer