I am trying to set up a rule to manually add an issue to a release. Not all issues result in changes for a release, so I want to be able to manually add an issue to a release. The release is based on the date of today ({{now.format("yyyyMMdd")}}). The issue I am having is in checking if a release already exists or not. I would need to the following logic:
(1) Manually trigger an action
(2) Check if the release exists (true, skip, else create)
(3) Add current issue to release
I don't know how to use Automation to make the second step happen.
Just use the "Create Version" action in your rule, for your step (2):
From the docs: "If a version with the same name already exists, the version will not be created."
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.