Is there a way how i can create dependency between two standard issue types using workflow and based on status of one of the issues? For example, i should not be able to close the story, until all linked defects will be closed.
Yes, there are a number of ways you can do this. You should consider using Post-functions (conditionals and validators).
My team has a plugin called JMWE (Jira Misc Workflow Extensions) and it has a condition specifically for this issue:
It required that a linked ticket be in a specific status before letting the other ticket move in the workflow.
If you use a the same plugin, it will also display an error message for the user (you have to write the error message, but it's just plain text) that will be displayed with the condition is not met.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Recommended Learning For You
Level up your skills with Atlassian learning
How to Shape Effective Teams
Define your team's purpose, clarify roles and responsibilities, and create healthier communication and relationships.
How to Build Strategic Guidance
Designed to help leaders create compelling strategies to achieve better outcomes for their teams and customers.
How to Run Effective Meetings
This course gives you the latest insights, tips, and best practices to help you run better meetings.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.