Versions Compared

Key

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

Table of Contents

...

hasAttachment() 🔎

Search for issues that include any type of attachment.

...

finds the issues that include any type of attachment.

...

hasAttachmentAfter() 🔎

Examples

Tip

issue in hasAttachmentAfter("query", "-6d")

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

...

hasAttachmentBefore() 🔎

Examples

Tip

issue in hasAttachmentBefore("query", "-3w")

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

...

hasAttachmentBy() 🔎

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

...

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

...

attachmentCountEquals() 🔎

Search for issues according to the number of attachments.

...

finds the issues with 2 attachments.

...

attachmentCountMoreThan() 🔎

Search for issues according to the number of attachments.

...

finds the issues that have more than one attachment.

...

attachmentCountLessThan() 🔎

Search for issues according to the number of attachments.

...