I have a project where many implementation-issues are deployed and tested together. Therefore the test-team only works with a summary-issue of a special type which is linked to all implementation-issue.
If the test fails with some unspecific problem, the summary-issue should be set back to "In Progress" and all linked issues should also be set back to "In Progress" (can do that as transition with Postfunctions and JMWE-Plugin) - Ok.
But if the test team can exactly determine which implementation-issue caused the test to fail, it should be able to set the summary-issue back to "In Progress", while only the "bad" implementation-issue is set back to "In Progress". So I think I need something like the option to select the "bad" implementation issues in a workflow transation "test failed - specific" which set only the selected implementation-issues back to "In Progress". But how do I do this? I would need something like an issue-selector (limited to the issues that are already linked to the summary-issue).
Does something like that exist?
Or does somebody have an alternative implementation-idea?