I would like to create a new issue whenever a new Version is added to a project.
I'd like to:
Any thoughts on the best approach for this?
I was thinking Scripted Listener (conditional for project category) on VersionCreated event, that fires issue.create function (with Project Key and Version passed in from the VersionCreated event data.
you can do this with the automation plugin: https://marketplace.atlassian.com/plugins/com.codebarrel.addons.automation/cloud/overview
There you can map an action to the creation of a new version
Which trigger would I use to detect a new version being created in the project? I don't see anything that would do this...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You have a "Version Created" trigger in the automation plugin, its on the creation of a new rule bottom right.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I've been blind before... and maybe I'm not using the right add-on version... but I do not have this option for triggers when creating a new rule.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hmm, weird, i use the paid version on server, what version are you using?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This option showed up after we upgraded - we are running Automation for JIRA server (paid) v3.13.0
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.