I am trying to figure out a way to automatically update the fix version on issues when they are completed. The issue is that we have 2 products on the same board which have different Releases. I need to update the fix version field to the next unreleased version, but, it needs to be filtered to align with the correct version based on the name.
For example, I need to filter the fix version that is added to refer to the naming of the version so the one added is Fix Version 1 below.
Fix Version 1: 2022.10.01
Fix Version 2: Product - 202243
When it comes to issue automation, particularly updating the fix version based on version naming conventions, having a streamlined approach can save a lot of time and ensure consistency across your projects. One effective method is to implement automation rules within your issue tracking tool that trigger updates based on specific version name patterns or criteria.
For instance, you can set up a rule that automatically updates the fix version field when a new version is created or when the issue transitions to a specific status. This can be particularly useful if your version names follow a predictable pattern, like Release-2024.1
or Sprint-15
.
For a deeper dive into how you can optimize your automation processes, I found an insightful article on https://deltaexecuter.com/ that covers various strategies and best practices. It’s definitely worth checking out if you’re looking to enhance your automation setup.
If I understand your use case correctly, there is nothing built-in to easily do this selection of an arbitrary unreleased version unless you explicitly select the name.
A couple of work-around approaches with automation rules are:
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.
@Bill Sheboy That you for your recommendation. I will look into both of those options. Both versions are somewhat consistent being either the end of the week or the product name followed by the current week. There are some exceptions when we have hotfix items as that will add a .1 to the end of the product version naming convention, but otherwise are consistent.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Keary Norcio
Can you explain what do you mean by "based on the name" ?
Otherwise, from the issue how can you now the corresponding fix version ?
Reagrds,
Seif
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.