hey !
I wonder what is the best practice in order to view the connection betweeb bugs, test ex (x-ray), sub tasks and stories ?
we started with sub tasks under the stories but the connection between the tickets was confusing. then, we decided to upper to user stories level without sub tasks but i dont think its working.
what is the best way to view on the board - bugs, stories , sub tasks and test excection
with they connections ?
thanks
To my knowledge, bugs and stories may exist separately, so they'll appear as a whole on a board.
As a side note, provided you have ScriptRunner extension, you may add filters to your board, e.g. bug related to stories :
issueFunction in linkedIssuesOf("type = "Story" and project = <your project>") and type = <your bug type>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.