We need to export worklog data from Jira 5 to an external system. What would be the best approach to do this?
I have been looking at the Jira REST API to export the worklog data. We could use the "search" function to get an list of issues thats been looged work on and then loop through them with the "worklog" function to have the details. I don't know if this is an appropiate approach for this case.
I have also been thinking that Jira might be able to trigger an export/call when work is logged (using listerns?). What would be the best approach to do this? What would happend if the external system is unavailable - would Jira try again later?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.