I have a big project in mf alm with many tests, each consisting of several more design steps.
Both types can be synchronized to Jira, works fine.
But not all tests and design steps are necessary in Jira.
So for tests there are lot of fields that are suitable for usage in SyncCriteria (like testtype, creationdate, ....).
However a design step doesn't have this attributes. Besides Name, Description, Attachment, Expected Result it only has its link to its parent test.
So I would like to only synchronize the design steps, in which their parent matches a certain condition. How is that possible?
Motivation: Trying to sync design steps to which the parent tests were filtered out using SyncCriteria lead to SkipSyncItemException: failed to find itemId=12345 for each design step with missing parent - and with 50k of this Exceptions I managed to crash MF Connect (or to be precisely the Tomcat it ran on)