I'm finding i'm learning quite a bit while studying answered questions in this forum. Trying to learn some VBscript at the same time. Can someone answer my questions about the below code?
If Bug_Fields("BG_USER_03").Value <> "30 Ready to test" then
1. This person was concerned with the status of a defect/bug. How did they know to use the "BG_USER_03" field? How did they know this was the status field?
2. I'm assuming BG stand for bug. Should I be drawing some connection as to what USER might mean???
3. Looks like they have created a custom value for status called Ready to Test or did they actually call the custom status "30 Ready to test".
I'm doing the best I can to reserach these questions before wasting your time.
Thanks,
Brian