Forums

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

How to display comments field with jql search

Sujan Ghosh
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 30, 2021

Hello Team,

I am trying to fetch the comments fields with jql search query, but comments fields are not displaying with json payload

Example
project=SNOW AND description ~ 'CLIENT_SESSION_KEEP_ALIVE' and reporter = ABC AND comment ~ 'CLIENT_SESSION_KEEP_ALIVE'

The output json payload doesn't have comments field, any idea how to get it?

Thanks,
Sujan

1 answer

0 votes
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.
October 30, 2021

Welcome to the Community!

JQL finds issues, it has nothing to say about what you with the list of matching issues it hands back to you.

What matters is whatever you are reading the issue list with.  What report, output or code are you reading the results with?

Suggest an answer

Log in or Sign up to answer