Getting Issues with Components, worklogs and epic via Rest API

arkadiusz January 8, 2018

Hello!

My current jql query looks like this:

rest/api/2/search?jql=project={someProject}&worklogDate>={someDate}&runQuery-true&startAt={StartAtQueryPart}"

But it do not download worklogs and I have to get it for all the issues separately what takes a lot of time.

If I try to specify some fields:

&fields=worklog,project,components

It do not get custom fields so I can't get Epic (as far as I know how to get epic). 
Is there any possibility to write query getting issues at certain time, for certain project with:
-Worklogs
-Components
-Epic/CustomFields

?

1 answer

1 accepted

1 vote
Answer accepted
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.
January 8, 2018

Hello,

Try to execute with

&fields=*all

arkadiusz January 8, 2018

It works!!

Thanks a lot! I tried alone "all" and alone star key but never both combined :)

Thanks one more time :)

Suggest an answer

Log in or Sign up to answer