We have an external system and i have successfully extracted TEMPO items. The Issues come as an simple Key. But What that issue is is unclear. So Id like to have all issues extracted with description too. I cant find a the API call for All issues.
Hi Phil,
If I understand you correctly, you want to include more information about the Issue when exporting Tempo worklogs to your external system.
To integrate with an external system, we recommend using the Tempo Servlet API. With the Servlet, you can add additional information to your worklog export. To add the Issue summary to the export, you will need to add the "addIssueSummary=true" parameter to the URL. Please take also a look at https://tempo-io.github.io/tempo-mtm-docs/ for more information.
Regards,
Susanne Götz
Tempo team
The resolved my problem in 10 secs, thanks. I now dont need to call Jira at all.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello,
You can get issues with Jira Rest Api:
https://docs.atlassian.com/software/jira/docs/api/REST/7.6.1/#api/2/search
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Alexey
I looked at this docu already.
I still cant see GET_ISSUES
or How search is used .
what jql is required for get all issues ?
How does one know that. It isnt explained.
What would the URL be to get all issues ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
For "all issues", you can simply run /jql= - effectively a blank search. That means "look for everything". Be aware that if you've got more than 1,000 issues to fetch, you'll need to think about paging and batching.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.