Automation - Use the Source of a Trigger to Populate Other Jira Objects

Joshua Burke June 18, 2021

Hello!

I am new to automation and didn't find a similar ask to this one on first glance.

I'm attempting to create an Automation Rule that will create multiple Issues when a new Version is created.  (I'm also using the Regular Expression filter on this trigger).

 

Trigger: New Version - RegEx: ^(Market Release)\b -(.{0,25})\b - (2021)\b$

I would like to create multiple issues based on the creation of this version and populate the newly created version in a Version Field on each issue.

Is it possible for me to reference the source trigger and perhaps use variables to do this?

1 answer

1 accepted

1 vote
Answer accepted
Bill Sheboy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 18, 2021

Hi @Joshua Burke  -- Welcome to the Atlassian Community!

Yes, you can do that.  For the version created trigger, the trigger version's smart value is {{version.name}} and that can be assigned during the new issue creates.

Best regards,

Bill

Joshua Burke June 18, 2021

Thank you, Bill!

Suggest an answer

Log in or Sign up to answer