Order issues by dependencies

Is there any way to list issues in the order that is based on dependency graph (depends on, required for, parent for, subtask of)? To have the the required/subtasks higher than their dependents and parents. To avoid looking into each issue listed to check if there is linked tasks which should be resolved before.

0
1 comment
Official comment

Hi Stanislav,

There's currently no built-in mechanism for listing issues this way. As a workaround, you can try implementing a custom workflow that will somehow mark issues that have unresolved dependencies (for example, by tagging them or changing a certain custom field value). Then, you'll be able to run a search query excluding these issues with unresolved dependencies from the search results.

Please sign in to leave a comment.