Hello
We have to automatically update some version in Fix version field based on affects version field.
Example 1: if affects version is v1.1 then fix version should be automatically updated to v1.2
Example 2 : if affects version is v2.1 then fix version should be automatically updated to v2.2
Note: we have two different series of version
Hi @Rahul
How many options can the versions have?
You can probably do this using IF/ELSE statements, but it might be less optimum if there's say hundreds of .N versions.
Ste
@Ste Wright we have only 4 versions(2 versions with one series and other 2 versions with another series)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Rahul
So it should be possible using IF/ELSE via an Automation rule - for example:
---
Let us know if this works!
Ste
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Under this the value is a drop down and its not showing the unreleased versions.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.