Manage Jira Cloud filters. Uses Jira REST API V2, you can find the docs for it here.
Uses Basic Auth with an API Token. For more info on setting this up, check here.
JIra Cloud isn't free, but you can start a free trial using a new account which will allow testing the queries in this datasource.
Below is an example config to create a new filter (POST/PUT request body):
{
"name": "Budibase Filter",
"jql": "project = Budibase"
}