Excerpt |
---|
Learn how to use advanced features included in the Team Files app. |
Team Files Custom Field
The Team Files app now includes a custom field that you can call with JQL to search for issues or apply workflow rules using the following queries.
For issues with no items attached:
Code Block |
---|
"Team Files attachments" = "false" |
To find issues with items attached:
Code Block |
---|
"Team Files attachments" = "true" |
For issues with no items attached or that never had any Team Files item attached:
Code Block |
---|
"Team Files attachments" is EMPTY OR "Team Files attachments" = "false" |
Info |
---|
IMPORTANT: Only Team Files attachments added after v1.2.15-AC (mid-October 2022 release) appear in the JQL search. |
Wrap-up
That’s all the advanced features included until now.
You can check our public roadmap to see what’s coming next. You can create a feature request if you can’t find the feature you’re looking for. We’re always looking for ways to improve our apps.