Hello All,
I am trying to write a JQL to retrieve all stories, bugs or tasks that have a code merged to a Pull request after the Freeze / Deadline date has passed? This way I do not want to filter out these tickets. Any suggestions will be much appreciated. Thank you
Hey @Ram Sekar ,
I'm not sure you can achieve that on Jira Cloud. There is a supported JQL command for development[pullrequests].merged (see the Advanced search reference - JQL developer status) but it only supports a limited amount of operators for number comparison, not in relation to a specific date.
Best, Max
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.