How to track reopened issues
Hallo.
I need to find issues in my project, not passing verification successfully. So, exactly issues moved from to Verify state to Open. I need list of issues, not a statistical report, because i need to track these failures and find weak spots in process.|
How can i do that please?
Please sign in to leave a comment.
Hi there,
I'm Sergey from the YouTrack Team. Thanks for reaching out!
You can track state changes and mark issues accordingly. For example, you can add a tag or update another field to indicate that an issue was moved from Verified to Open. To automate this process, you can use a workflow, which is YouTrack's automation tool. Essentially, you create a script that handles issue-related tasks automatically.
Here's a simple proof-of-concept workflow that adds a tag when the state changes. You can then use this tag to search for these issues, include them in reports, and more:
This is just an example that you can use as a foundation to create your own rule matching your specific requirements.
Let me know if you have any questions!