I'd like to find all open issues that have a merged PR in order to find tickets that might have been forgotten to be resolved and therefore will probably ship to production untested.
JQL has the two terms `development[pullrequests].open` and `development[pullrequests].open`, but unfortunately no means to filter out `declined` PRs. So when I do `status not in (Closed, Resolved) AND development[pullrequests].all > 0 AND development[pullrequests].open = 0`, I will get both issues with `merged` and `declined` PRs. I'd like to only get the ones with `merged` PRs.
Is that possible somehow? If not, could this be added to JQL?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yeah, as Renjith says, only users can be watchers, not DLs. Do you mean something other than watchers, eg you put a large group like jira-users in a group field that was used in a notification scheme?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Still you have a problem as you mentioned, if it is a distribution list which is internally having too many users Jira will not even know about this. For jira it is just a single email id.
I know I haven't answered your question.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We use Jira v4.4#649-r158309
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.