Versions Compared

Key

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

Learn how to use advanced features included in the Team Files app.

...

Table of Contents
minLevel1
maxLevel7

...

Team Files Custom Field

To use The Team Files app now includes a custom field to call with JQL to search for issues or apply workflow rules , use using the following queries.

For issues with no items attached:

Code Block
"Team Files attachments" is= EMPTY"false"

To find issues with items attached:

Code Block
"Team Files attachments" is not EMPTY

...

= "true"

For issues with no items attached or that never had any Team Files items attached:

Code Block
"GoogleTeam DriveFiles attachments" is EMPTY / is not EMPTY

and

Code Block
"Sharepoint and OneDriveOR "Team Files attachments" is EMPTY / is not EMPTY= "false"

Info

IMPORTANT: Only Team Files attachments that were added after v1.x2.x 15-AC (mid-October 2022 release) will appear in the JQL search.

...

Wrap-up

Those are all the advanced features included until now.

You can check our public roadmap to see what’s coming next. If you can’t find the feature you’re looking for, you can create a feature request. We’re always looking for ways to improve our apps.

...