Is it possible that if you have an "On-Hold" status, and you want to transition this back to the last step is this possible (or a previous step it has been in(... I know I can add a transition back, but only issue is that, i would need to add all transitions and this will then allow the user to step a status... for example.
If i have, design, build, test, release, warranty steps, and place the issue on hold at build, i then want to allow the user to take off OnHold, but only go back to previous steps... and not be able to select test, release, warranty...
Thoughts?
Hi,
This is possible on standalone version of JIRA. I have it implemented using script runner plugin. I wrote conditions on each outgoing transition from "On Hold" to check in history what was the last status of the issue.
But I see this plugin is not available for OnDemand JIRA.
Vijay.
Hi,
I think below should work.
- On each transition going to "On Hold" put the status name in a custom field.
- On each transition out of "On Hold" check that customfield value and compare the status where the transition goes to using the condition "Value Field Condition" available in JIRA Suite utilities plugin. This plugin is available for JIRA OnDemand.
Another option is to use below plugin.
https://marketplace.atlassian.com/plugins/com.innovalog.jmwe.jira-misc-workflow-extensions
The plugin has a condition to check what was the most recent status.
https://innovalog.atlassian.net/wiki/display/JMWE/Conditions#Conditions-1-PreviousStatusCondition
Hope this works for you. I have not used jira misc workflow extensions.
Vijay
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
i want to have from on-hold a transition to all steps in the workflow, but only be able to transition to one of them if the issue has been in that step in the past, it should not be able to jump from Test to Onhold to Warranty, but OnHold to Design, Build, Test or Release...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Then that is out of my scope of knowledge. But it seems that @Vijayhave some ideas :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am not sure I understand you correctly. Do you want these statused:
Design > Build > Test > Release > Warranty
and include On Hold:
Design > Build > On Hold > Test > Release > Warranty
and, if you choose On Hold from Build instead of Test, you only want On Hold to be able to transition back to either Build or Design?
If so, only having transitions back to these should solve the problem.
Or am I missing something? :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Validate your expertise in managing Jira Service Projects for Cloud. Master configuration, optimize workflows, and manage users seamlessly. Earn global 🗺️ recognition and advance your career as a trusted Jira Service management expert.
Get Certified! ✍️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.