Jql Query?

pokalav January 9, 2018

Hi Team,

    I am trying to use JQL filter while retrieving the records from JIRA, and using the following one :

https://jira-domain.com/rest/api/2/search?jql= cf[10002] is not null and cf[15407] = svc.informatica and updated<='2017-12-13 02:12' 

 

image002.png

Is there a way that I can filter on the child fields like the Comments updated date ? Please advise

 

Thanks,

Venkatesh.

2 answers

0 votes
Tarun Sapra
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
January 9, 2018

Just store the response in an JSON object and use the "dot" operator to fetch values of respective fields.

pokalav January 9, 2018

Hi Tarun,

    Thanks for your update. Could you please elaborate on this?

 

Thanks,

Venkatesh

pokalav January 10, 2018

Is it possible for you to send an example call, that would be of great help.

0 votes
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 9, 2018

Hello,

You can not search on the JSON result. You would need to write your own program.

Suggest an answer

Log in or Sign up to answer