I'm implementing a 1-way transition from "Assigned" status back to "Waiting for approval" status for UserRequest. I understand that I could do it using the following XML in my extension file for UserRequest:
I'm just wondering if there's any possible issues with going back from "Assigned" status back to "Waiting for approval" status if anyone has performed this before (I think for certain state changes, some values might be reset).
Thank you in advance and I look forward to hearing from you.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
You can do it yes, in the default behavior of iTop no fields will be reset. That being said, you could make an extension that reset some fields when going back to that state.
Just keep in mind that by doing so, the "approver_id" field that has been set during the previous "Waiting for approval > Assigned" transition will be kept, so it might be a little weird to see the UserRequest having the field and this state.
Cheers,
Guillaume
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello everyone,
I hope all of you are safe and well.
I'm implementing a 1-way transition from "Assigned" status back to "Waiting for approval" status for UserRequest. I understand that I could do it using the following XML in my extension file for UserRequest:
I'm just wondering if there's any possible issues with going back from "Assigned" status back to "Waiting for approval" status if anyone has performed this before (I think for certain state changes, some values might be reset).
Thank you in advance and I look forward to hearing from you.
Hello Ray,
You can do it yes, in the default behavior of iTop no fields will be reset. That being said, you could make an extension that reset some fields when going back to that state.
Just keep in mind that by doing so, the "approver_id" field that has been set during the previous "Waiting for approval > Assigned" transition will be kept, so it might be a little weird to see the UserRequest having the field and this state.
Cheers,
Guillaume
Hi Guillaume,
Thank you very much for your help and feedback on the considerations when creating the new transition.
Thank you again and have a good one!
Regards,
Ray