I see all this dev script stuff I have no clue what its for. when looking up getting checkbox values.
All I want to do is if I have checkboxes in use on a confluence page, like this in a column after my test case step.
Can I somehow get that pass value and save it? Its cuz I have a table of test cases with a column of pass fail checkboxes, and you can check them when not in edit mode. I figure there must be a reason why you can.
I don't use the cloud, but I assume that this should work (near the top)
if (input1 == 'NOT APPLICABLE') {
return
}
I can't believe it was that simple. I think I was using return; without the value brackets and that's why everything was erroring out. Thank you for your help!
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.