I would like to sync release creation for a few projects.
Let's say I have a project collecting demands: DEMAND
Then I have a few projects for the delivery: DELIVERY1, DELIVERY2, DELIVERY3
If a release is created in DEMAND project, the same release should be created in all the DELIVERY1, DELIVERY2 and DELIVERY3 projects.
I create a rule:
Scope: Multiple projects, including all 4 projects.
Trigger: Version created
Condition: Project = DEMAND - THIS IS A PART I STRUGGLE WITH
3 Actions: Create version - one for each DELIVERY using variables {{version.name}} and {{version.releaseDate}}
So for the condition here, what is the best way how to limit the rule?
I need to have all the 4 project defined in the scope or the rule to be able to create the new versions in them. But I do not want the rule to run every time a fixed version is created in the DELIVERY projects.
Many thanks for any help :)
Hello @lenka_salacova
You need to use a Smart Value Condition.
When using a Version trigger, this smart value will give you the key for the project where the version exists:
{{version.project.key}}
Dear Trudy, thank you for the answer.
I used If: Compare two values option and I used the smart value suggested and all works fine now.
Many thanks :)
L.
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.
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.