I am in a nextgen project. I check three fields and for each one if it's empty I set the status to the same status loop and I've tried setting it to the specific status where it should stay. Neither work. I can march it through the workflow. I also had a last step where it allowed the transition and I took that out but it didn't change anything.
I am an admin and started this project so I don't think it's a permission issue. What am I doing wrong?
With NG you cannot use the traditional means of a Validator or Condition. With Automation you could transition the issue back to the previous status but this is an after-the-fact event. If you do this I recommend adding a comment as part of the automation rule so that users have a clue what happened and why and what to do to successfully transition.
I am trying that in the automation but it's not working if you look at the screen grab. Are you saying do an "if in status X and fields are empty then move to status Y"?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
from what I can tell the automation should work but that depends on the details. I would suggest you try to simplify the rule just to get started. Try removing all but one condition, i.e. like this...
when: issue transition from in progress to done
if: severity_segnextgen is empty
then: transition issue to in progress
testing:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks. I can get it to work if I make a separate rule for each field, which bloats my rules, but it works.
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 familiar with next-gen as we use a server installation. However I think you do not need automation at all. Try to use a condition on the transition instead. The condition is actually checked before the transition is executed. When the condition does not match the user cannot initiate it at all.
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.