Hi,
is it possible use in workflow transitions something like condition branching?
Example:
If value of some issue field is X, than execute this set of post functions, otherwise use another. I need in Issue Create Step (for sub-task) populate new issue with some specific values based on parent issue field value.
Plugins to help you do that:
Free: https://plugins.atlassian.com/plugins/com.onresolve.jira.groovy.groovyrunner
https://plugins.atlassian.com/plugins/com.quisapps.jira.jss
Commercial (mine): https://plugins.atlassian.com/plugins/com.keplerrominfo.jira.plugins.jjupin
Others might exists.
There is no if-then-else conditional branching in JIRA, but you can get it to make decisions after a fashion. The Misc Workflow Extensions (https://plugins.atlassian.com/plugins/com.innovalog.jmwe.jira-misc-workflow-extensions;jsessionid=debunrvawbz91vo33ygxdzne2) give you capabilities like "you can only do this transition if field X has been modified), or "you can only do this if the multi-value field has only one value". So, if you can set your field up so that it allows transition A or transition B, then your post functions are specific to the transition ...
There's probably some scripting magic or DIY plug-in that would allow more flexibility, but that's the best option I can think of that will give you something you can do quickly.
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.