Hi, can you please help me to solve my problem?
We need to make an automation for this action:
We manually convert bug into sub-bug and choose an issue with "Release" type as a parent issue. What we need is to copy "fix version" value from parent issue to sub-bug after it is converted into sub-bug.
Is there a way to do it with automation?
I've tried to manage it with something like this, but it doesn't perform any action.
Hello Tatiana,
I suggest you to try the following automation :
Set the trigger to "Issue updated":
Add the following conditions:
Create an action to copy the Fix Version:
{{parent.fixVersions}}
Normally after that each time you will convert a bug to a sub-bug under a Release issue, the Fix Version will automatically be copied from the parent Release to the sub-bug
Hi Lucas, thank you for your response!
Could you please help with "Add a condition to check if the issue type changed to "Sub-bug"" part? Which condition can be used to check the issue change? I've tried "Issue field condition" with both "bug" and "sub-bug" values, but it doesn't work.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello :)
I was also thinking about "Issue field condition" which is normally the easiest way.
In your test did you select properly :
Field --> Status
Condition --> Equals
Value --> Sub-bug
?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.