JCT Last Comment Date

JCT Last Comment Date advanced filter shows the last comment date of the issue

1.Select JCT Last Comment Date custom field from Advanced tab of the custom fields

image-20220810-075515.png


2.Enter field name and click button create

image-20220427-132333.png

3.Select the screen to be added

image-20220427-124838.png

4. Below Last Comment Date is shown

Adsız-1-20220810-075802.png

5. From the Filters → Advanced Issue Count a JQL search can be performed

yorum2-20220905-111643.png


Query

Field Type

Supported Operators

CustomFieldName

cf[CustomFieldID]

Date

= , != , > , >= , < , <= IS , IS NOT , IN , NOT IN


Supported functions

When used with the EQUALS, NOT EQUALS, GREATER THAN, GREATER THAN EQUALS, LESS THAN or LESS THAN EQUALS operators, this field supports:

  • currentLogin()

  • lastLogin()

  • now()

  • startOfDay()

  • startOfWeek()

  • startOfMonth()

  • startOfYear()

  • endOfDay()

  • endOfWeek()

  • endOfMonth()

  • endOfYear()

Example

Find issues that last comment date

''JCT Last Comment Date'' >= endOfDay("-7")