Hello,
Would like to change the "File Status" to "All", but not sure which code should be used for that.
Thank you in advance,
Jaanus
Hi @Jaanus T
Welcome to the Atlassian community!
I haven't come across an official Atlassian document that lists all the FileStatusFilter codes. Instead, it's a bitmask created from the git status flags used internally by Sourcetree (which is based on libgit2). It's not a simple reference table you can look up easily.
To avoid guessing magic numbers, I recommend just using the filter control within the app. Go to File Status, click the small filter dropdown at the top of the file list (next to the sort and search options), and select All. That way, you get the same result without needing to manually edit any configurations.
Cheers, Martin
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.