Hi,
I have a requirement that i have to retrieve always the latest comment from JIRA tickets which i am querying using JQL
sample query which i am using right now is as follows---
project = ABC AND issuetype = bug OR project = "project1 " AND
issuetype = Bug AND component = "component_1"
OR labels in (cloud_bug) AND labels in (data_united)
Kindly Help us on this and provide some tips/hints in getting the latest comment using JQL.
Regards,
Lakshmi
Hi @Lakshmi Prasanna - Welcome to the Atlassian Community!
You might find this previous post helpful, also:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
thank you
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Currently is it not possible to retrieve the lastComment field using JQL, you must go for a third-party app instead.
See Simple Last Comment for Jira which is currently FREE
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.