Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
minLevel1
maxLevel7

🔎: available in Issue Navigator.

commentedByMe()

Search for issues that the current user has commented on it.

...

finds issues with comments from the current user before three weeks.

 

commentedByUser()🔎

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

...

Tip

issue in commentedByUser("JQL", "Full Name")

 

commentedByUserAfter()🔎

Search for issues that the current user has commented on it in a specific time range.

...

finds issues with comments from the user within dates from the number of days you specify to the present.

commentedByUserBefore() 🔎

Search for issues that any user commented on before the given day.

...

finds issues with comments from the user before two days.

commentCountEquals() 🔎

Search for issues according to comment count.

...

finds issues with two comments.

commentCountMoreThan() 🔎

Search for issues according to comment count.

...

finds issues with more than two comments.

commentCountLessThan() 🔎

Search for issues according to comment count.

...

finds issues with less than two comments.

commentedDate() 🔎

Search for issues according to the comment date.

...