In MF ALM a Testcase consists out of several Design Steps.
In Jira we have defined a Type "Testcase" and a new kind of sub-issuetype "Designstep".
Now we want to synchroinze the Testcases and Designsteps from MF ALM to Jira.
Synchronizing the Testcases to Jira works straightforward.
But for MFConnect the Designsteps are an "independent" Type that have to be mapped to Jira.
And to create the Designstep(which are instances of a Subtype) in Jira we have to set the field PARENT - the Testcase the Step belongs to.
It should be possible to set the field using a calculated value:
* Select the TestId of the DesignStep
* Search in Jira for an Testcase which has the TestId (from ALM) stored in a custom field
* Use the identified Testcase as Parent
But I fail on defining such a "Calculated value". Can somebody give me a hint on how this should look in the end?
Or is there another way to transfer this parent-child relation from MF ALM to Jira?