I need to pull items that have merged PR to specific branches.
For example, I need to pull items when PR is merged to develop regardless of a PR being opened to master or not.
The following get me the items when ALL PR are merged which is not what I need.
Is there like a destination branch variable I could use?
development[pullrequests].merged > 0 AND development[pullrequests].open = 0
If I could create a custom field that could pull this information as well that would be great. Custom field that look like:
pullRequestMerged in ("master")
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.