JQL functions

Search for issues, which are already synchronized

You can search for issues, which are synchronized by using dedicated JQL function "synchronization()" with operator in.


You can also specify your configured context, which you want to look at, just add comma separated context names inside function brackets like synchronization("task", "bug")

Or search for issues, which are not yet synchronized byt wrapping your clause in "!()"