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
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?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.