Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to get all issues and descriptions

Phil Soady
Contributor
June 5, 2018

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. 

2 answers

1 accepted

1 vote
Answer accepted
Susanne Götz _Tempo_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 5, 2018

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

Phil Soady
Contributor
June 5, 2018

The resolved my problem in 10 secs, thanks.   I now dont  need to call Jira at all.

1 vote
Alexey Matveev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 5, 2018
Phil Soady
Contributor
June 5, 2018

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 ?

 

Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 5, 2018

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.

Suggest an answer

Log in or Sign up to answer