Versions Compared

Key

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

...

Search for issues that include any type of attachment.

Examples

Tip

issue in hasAttachmentshasAttachment()

finds the issues that include any type of attachment.

hasAttachmentsAfter()

Examples

Tip

issue in hasAttachmentsAfterhasAttachmentAfter("-6d")

finds the issues that added any attachments within dates from the number of days you specify to the present.

hasAttachmentsBefore()

Examples

Tip

issue in hasAttachmentsBeforehasAttachmentBefore("-3w")

finds the issues that added any attachments before the given day.

...

Search for issues that include any type of attachments that are added by a particular user.

Examples

Tip

issue in hasAttachmentsByhasAttachmentBy("username")

finds the issues that include any type of attachments that are added by a specific user.

...

Search for issues that include attachments by their filenames or extension.

Examples

Tip

issue in hasAttachmentsMatchinghasAttachmentMatching("avc")

finds the issues that include attachments named “avc“

Tip

issue in hasAttachmentsMatchinghasAttachmentMatching("*avc*")

finds the issues that include attachments whose names include “avc”.

Tip

issue in hasAttachmentsMatchinghasAttachmentMatching("*avc*2022*")

finds the issues that include attachments whose names include both “avc” and “2022“ respectively.

Tip

issue in hasAttachmentsMatchinghasAttachmentMatching("*.png")

finds the issues that end with “.png”.

Tip

issue in hasAttachmentsMatchinghasAttachmentMatching("avc*")

finds the issues that start with “avc”.

...

Search for issues according to the number of attachments.

Examples

Tip

issue in attachmentsCountEqualsattachmentCountEquals("2")

finds the issues with 2 attachments.

...

Search for issues according to the number of attachments.

Examples

Tip

issue in attachmentsCountMoreThanattachmentCountMoreThan("1")

finds the issues that have more than one attachment.

...

Search for issues according to the number of attachments.

Examples

Tip

issue in attachmentsCountLessThanattachmentCountLessThan("3")

finds the issues that have less than three attachments.

...