I want to get data from Jira to my DB in local system. Using get issue APIs, I can get that info but it will be for a single issue at a time.
How would I know how many records needs to be fetched as data keeps on updating and adding on Jira site. Do we have a specific API call for that?
You can retrieve it by performing search using a JQL or a filter.
/rest/api/latest/search?jql=filter=1234
I have explained this in a video.
I hope it helps.
Ravi
Use JQL search API to get the number of issues available based on your search criteria.
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.