I want to find the tickets with jira filter which have a pull request linked to them which are merged in a particular branch.
development[pullrequests].merged > 0 --> this will give the tickets with merged PR in develop but I want to search for an specific target branch other than develop.
is it also possible to search for merge date?