Versions Compared

Key

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

...

Example:

Find issues having atachmentsattachments:

1attachmentsCount > 0


  • Attachment File Name

...

QuerySupported Operators
attachedOnDate

endOfDay(), endOfMonth(), endOfWeek(), endOfYear(), lastLogin(), 

now(), startOfDay(), startOfMonth(), startOfWeek(), startOfYear()

Example:

Find issues with atachments:

...

that attachment has been added in this year.

1attachedOnDate > startOfYear()
  • Attachment Size

To search for issues according to attachment numbersize. (in  MB) 

QuerySupported Operators
attachmentSize= , != , < , > , <= , >=

Example:

Find issues with atachments:attachments whose size are bigger than 1 MB.

1attachmentSize > 1


  • Attachment Extension

Find issues that have an attachment according to a file extension.

...

To search for issues according to attachment numbercomment added date.

QuerySupported Operators
commentedDate= , != , < , > , <= , >= , IS , IS NOT , IN , NOT IN

endOfDay(), endOfMonth(), endOfWeek(), endOfYear(), lastLogin(), 

now(), startOfDay(), startOfMonth(), startOfWeek(), startOfYear()

Example:

Find issues with atachments:comments that added today.

1commentedDate >= startOfDay()


  • Comments Update Date

To search for issues according to attachment numbercomment edited date.

QuerySupported Operators
commentedUpdatedDate= , != , < , > , <= , >= , IS , IS NOT , IN , NOT IN

endOfDay(), endOfMonth(), endOfWeek(), endOfYear(), lastLogin(), 

now(), startOfDay(), startOfMonth(), startOfWeek(), startOfYear()

Example:

Find issues with atachments:comments that edited today.

1commentedUpdatedDate >= startOfDay()


  • Last Comment By User

Find issues that have the last comment added by a particular user

...

QuerySupported Operators
lastCommentedByUserFullName~ , !~ , is , is not

Example:

Find issues with atachmentscommented by "luke" lastly:

1lastCommentedByUserFullName ~ "Luke"

...

  • Links Issue Status

Find issues that links link according to link issue status.

...

  • Links Issue Status Category

Find issues that links link according to link issue status category.

...

Find issues that link according to the number of links.

QuerySupported Operators
linksIssuesCount
= , != , < , > , <= , >=

...

Find issues with subtasks:

1subTaskCounts > 0
  • Subtask Summary

Find issues according to a summary of a subtask. 

...

Find issues with a summary of the subtask is "test is required":

...

Find issues with a key of the subtask is "TEST-1":

1subTaskKey = "TEST-1"

...

  • Subtask Issue Type

Find issues according to a an issue type of a subtask. 

QuerySupported Operators
subTaskIssueType
= , != , is , is not , in , not in

Example:

Find issues with a an issue type of subtask is "Task":

...

QuerySupported Operators
subTaskStatus
= , != , is , is not , in , not in

Example:

Find issues with a an issue status of a subtask is "Open":

...

QuerySupported Operators
subTaskStatusCategory
= , != , is , is not , in , not in

Example:

Find issues with a an issue status category of a subtask is "To Do":

...

To search for issues according to the affected version number.

QuerySupported Operators
affectedVersionCount
= , != , < , > , <= , >=

...

To search for issues according to attachment number.the affected version release date

QuerySupported Operators
affectedVersionReleasedDate= , != , < , > , <= , >= , IS , IS NOT , IN , NOT IN

Example:

...

endOfDay(), endOfMonth(), endOfWeek(), endOfYear(), lastLogin(), 

now(), startOfDay(), startOfMonth(), startOfWeek(), startOfYear()

Example:


1
  • Affected Version Archived

To search for issues according to the affected version archived or not. 

...

To search for issues according to attachment number.the fix version release date

QuerySupported Operators
fixVersionReleasedDate
= , != , < , > , <= , >= , IS , IS NOT , IN , NOT IN

Example:

...

endOfDay(), endOfMonth(), endOfWeek(), endOfYear(), lastLogin(), 

now(), startOfDay(), startOfMonth(), startOfWeek(), startOfYear()

Example:


1
  • Fix Version Archived

To search for issues according to fix version archived or not. 

...