Capture Jira rest clould api data incrementally

srinivas annem December 17, 2017

Hi All,

We are working on a POC to capture data through Jira cloud rest API, Harvest API and HipChat Api's.

As far as harvest is considered, a param called updated_since can be passed to get only incremental data but I could not find any such one parameter for Jira ir Hipchat API's.

Could someone help me with capturing API data incrementally

 

Thanks,

Srinivas

1 answer

0 votes
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
December 17, 2017

Jira is already an issue tracker that stores a history of issue change, so "issue updated" is part of the data, not a parameter.

Use a REST call to a query that includes "updated < (length of time ago, or specific date/time"

However, I would question what your reasons are.   Why are you "capturing data"?  Jira already captures it, so you are doing nothing useful that Jira already doesn't do.  What's the actual requirement here?

Suggest an answer

Log in or Sign up to answer