We have a requirement to transition the issue to New status or Draft status based on a value selected in a custom field at the time of issue creation. What is the best way to implement it? We tired to implement it using JIRA Misc Workflow Extensions plugin but the plugin does not support issue transition during the create issue (https://innovalog.atlassian.net/browse/JMWE-271)
Thanks!!
I am a big fan of the JJUPIN plugin and SIL. This could be done easily using it.
Example:
string key = "PRJ-232"; if(%key%.customfield_12345 == "Desired value") { autotransition("New Status", "PRJ-232"); }
https://marketplace.atlassian.com/plugins/com.keplerrominfo.jira.plugins.jjupin
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.