Versions Compared

Key

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

...

AliasEquivalent havingAttachments JQLResult
issue in attContent("word")issue in havingAttachments("content: word")returns list of issues which have an attachment, which contains a 'word' inside file content
issue in attType("pdf")issue in havingAttachments("type:pdf") all issues with 'pdf' attachments
issue in attName("sample")issue in havingAttachments("sample")all issues that have attachment with name 'sample'

...

Advanced function - havingAttachments

The add-on provides havingAttachments("query") JQL function, where syntax of the query is a bit similar to Google or Bing search engine query syntax, for example:

...