i have many issues with "pull request" status. many of them are merged.
how do i search for my open issues under "pull request" status + not merged?
thanks
Hi Chris,
The configuration you are looking for, is possible, it just takes some time to set it up. We have a knowledge base article on this configuration, which can be found here.
Install "Script Runner" plugin, so you can create script in Groovy.
In the workflow scheme add post-function for a create issue event.
Create script and save it on the disk.
https://docs.atlassian.com/jira/latest/com/atlassian/jira/issue/Issue.html#getIssueType()
script should be rather easy, check the issue type and send notification if needed
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.