Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

finds issues with comments from the current user before 3 weekthree weeks.

 

commentedByUser()

Search for issues that any user has a comment on it.

...

finds issues with comments from the user before 2 daystwo days.

commentsCountEquals()

Search for issues according to comment count.

Examples

Tip

issue in commentsCountEquals("2")

finds issues with two comments.

commentsCountMoreThan()

Search for issues according to comment count.

Examples

Tip

issue in commentsCountMoreThan("2")

finds issues with more than two comments.

commentsCountLessThan()

Search for issues according to comment count.

Examples

Tip

issue in commentsCountLessThan("2")

finds issues with less than two comments.

commentedDate()

Search for issues according to the comment date.

Examples

Tip

issue in commentedDate("2023-06-12")

finds issues commented on the specific date given.