Hi, I am trying to find the best way to manage a complicated workflow and I need advices from more experienced users.
Here's the situation: For most of development issues, tests have to be performed and documentation has to be written.
I thought of to different ways of managing that in Jira:
1. Using the plugin "Create On Transition for JIRA" to automatically create a test subtask and a doc subtask (or linked issues), when a development issue gets resolved.
2. Adding custom fields in development issue ("doc has to be written": yes/no, "doc finished":yes/no, "doc assignee",...)
Did anybody already have to deal with a similar situation? What would you recommend me to do?