I'm looking for a way to have more than one option for initial status, so that when users log an issue they can set the initial status to either "Open" or "Ready" - i.e. a regular status and a fast-track status.
Currently this takes two steps. The initial status in our workflow is "Open" and users often forget to change the status of important and well-defined issues from "Open" to "Ready."
I'm looking for a way to enable this from the Create Issue screen, perhaps by adding a custom field to the Create Issue screen, and then creating a script or post-function that sets the initial status to either Open or Ready based on the value entered for that field.
Importantly, our JIRA is not self-hosted, so we need a solution that works for OnDemand.
You mention in your tags script runner and JJupin, but neither plugin is available in OD.
You can do this without using a plugin by setting a condition on your Ready transition that checks the required fields are filled, and then use the "auto" property on the transition - more info here: https://answers.atlassian.com/questions/49747/what-is-your-most-valuable-jira-trick
Jelly escalation is also not available in AOD...
Thanks Jamie
The thing with onDemand is that, from what we measured, the technology really will lack performance when it comes to scripting. The amount of communication is just too big, and not all stuff will be available.
I tried to propose sanboxed instances on onDemand, but the thought was rejected w/o further comment (understandably).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Shawn
"Currently this takes two steps. The initial status in our workflow is "Open" and users often forget to change the status of important and well-defined issues from "Open" to "Ready."
If they are well defined why don't you use
https://confluence.atlassian.com/display/JIRA/Jelly+Tags
https://confluence.atlassian.com/display/JIRA/Jelly+Escalation
Setting a service to run a jelly script i na given period of time ( secounds) that would catch "those well-defined issues" that are open and automatly make the transition of the issues to the state you need.
Regards,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Welcome to great meetings, with less work. Automatically record, summarize, and share instant recaps of your meetings with Loom AI.
Learn moreOnline 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.