How can I get Backlog issues with JQL and display them on my site?

thenilko September 1, 2016

This is my current JQL and should be kept:


project in ("AS", ASVOICE, AMC, BLAC, EA, WDSWS) AND ( labels=Release_note OR labels=Release_note_improvements OR labels=Release_note_bug) and status in (Done, Closed) ORDER BY fixVersion ASC

1 answer

1 vote
Peter Geshev
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.
September 1, 2016

Hi Danail,
You can use the REST API, the search method in particular. You can query the API from your site and then you can use the returned data any way you want.
Regards,
Peter

thenilko September 2, 2016

Hi Peter,

Thank you very much for your fast answer.

The Rest API is very useful, thanks.

Could you please tell me how exact to filter only Backlog issues with jql ?

Peter Geshev
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.
September 2, 2016

The search method accepts a jql parameter so you can pass it your jql

Regards,

Peter

Suggest an answer

Log in or Sign up to answer