Hello,
My use case involves the need to control who can move an item from Needs Testing to -> Tested.
Specifically we need to make sure that the person who moved the item into Needs Testing cannot move it into Tested.
I have looked at the setting up swimlanes documentation and was not able to find any info on how to do this.
Thanks in advance.
-Ryan
Thanks folks, I am looking into the separation of duties condition now to see if that will fit. If not, I will look at what can be scripted.
Hello,
When you move an issue between columns, you execute workflow transitions. That is why you should add a condition to the required transitions, which would block the execution of these transitions.
I think you would need an add-on for it.
For example you could use the Power Scripts add-on to write such a condition:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Ryan Zore, this is controlled via the workflow. If you have admin rights then you can edit the workflow and set up a condition on the specific transition from 'Needs Testing' --> 'Tested'. There are a couple conditions you could consider:
there are others so have a look at adding a Condition to the specific transition.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
NOTE: if this is Next-gen project there is no Workflow. maybe the manage rules function can accommodate but would be surprised.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.