I'd like to add a custom field to Story issues that displays the earliest workflow status of a Story’s sub-tasks.
example
Given:
The story displays the value STEP 1
Any suggestion on how to implement this would be greatly appreciated.
Thanks!
Hi Steve,
If you have Scriptrunner add-on, you can easily implement this using a scripted field. The script behind it will basically go through all subtasks of a story (if any), check the status of each of them and return the earliest one as the field's value.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.