I would like the priority of the parent issue to be equal to the highest priority of any of its sub-tasks. Does anyone know if there's a way to achieve this?
Thanks.
Not without a bit of code.
First you need to decide when you want to do this - check when a sub-task is created/updated? The parent? Both? Or some other time? Also, do you want to let the users overwrite it?
Then you'll need to write a listener or post-function to scan all the subtasks and adjust the parent if necessary. (I'd use the script runner to do that)
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.