Dear community,
I'm struggling with an automation I've been asked for by our Release team. Let's start with a bit of background : we've got 2 projects in which we track the deployment of new releases via specific issuetypes (one per project, let's call them AR and PR), each of those issuetypes get the release number as the unique string in their summary.
We then have another project from our production team with a third issuetype called Release which gets issues created via a Jenkins automation. The summary in that case is based on two custom fields, App Name + App Version.
What I'm asked now is to link any AR or PR issuetype to an existing Release issuetype whenever they're transitioned to a specific status, but I couldn't find how to achieve it for a related issue and get either its summary or the App Version customfield value from the summary of the original AR or PR issuetype (as they're supposed to be the same), all my attempts end up with "No related issues could be found." on the "Branch rule / related issues" component, no matter whether I try with summary ~{{triggerIssue.summary}} or "App Version" ~ {{triggerIssue.summary}} in my JQL.
Any insight would be appreciated, cheers y'all.
Ben
Edit : also tried with {{triggerIssue.fields.summary}} instead, without luck. Creating a variable with the latter then using it in my JQL search didn't return any item either.
Hi @Benjamin Compayre - Did you verify the project scope in your rule details includes all three projects?
Fishing hell, of course that was it. Adding the third project in the scope did the trick, thanks a ton for the swift answer @Mark Segall
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.