I am trying to create a Jira Automation condition that checks if certain repositories had a pull request open and merged
so I got so far development[pullrequest].merged >= 1 and development[pullrequest].open = 0 and now I can get I get the list of repositories to see if its the ones that I care for