I want to produce an automation am I'm having trouble piecing it together. I have a full stack team that produces work for Android, iOS and Web. What I want is:
WHEN an issue is transitioned to 'Ready for Testing'
IF Platform = 'iOS'
THEN edit issue and set fixVersion to <latest unreleased version that starts with iOS>
I would then need to do the same for Android. Can this be done?
Have you started the rule yet?
If so, context is important for automation rule questions. Please post the following:
Until we see those...
The automation action to edit a work item, and update the Fix Versions field, does not support using a mask or regex to select the next version. Instead, a workaround is required using the REST API endpoints and the Send Web Request action:
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.