searchisko/elasticsearch-river-jira

Import issue history

Closed this issue · 4 comments

It would be very useful to import not only comments but an issue history too.

I agree, but issue history is not accessible over JIRA REST API unfortunately :-(

It is accessible. example.

Aha, thanks, I missed this. And it is even accessible directly over search call which is used by this river.
https://logstash.jira.com/rest/api/2/search?expand=changelog

So seems this feature can be implemented. But I'm not sure when I will be free to do this. Any contributor? ;-)

I found a little time to implement this feature. New version of river will be released next week.