Hi,
Given a couple of JIRA tickets PA1 and PA2 which are predecessor tasks of JIRA ticket A. Does a script in ScriptRunner for Jira currently exist where when run the owner of ticket A is notified ONLY when both PA1 and PA2 complete?
Thank You,
Randy
It doesnt but you can create one. Set a scripted post function on the transition that resolves PA1 and PA2. In your post function, if the parent's children are all resolved, fire a notification event.
There is no need for Scriptrunner to do something like this. You can create a Saved Filter and Filter Subscription to do this with native functionality. When you configure the Filter Subscription, you have the option to not send empty results. If you choose that, it will only spam the user when something is matched in the Filter Query. Just save a Filter that contains the JQL that will result in the issues being found and save it, then subscribe the users to that saved filter.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.