It's not the same without you
Join the community to find out what other Atlassian users are discussing, debating and creating.
Good evening,
I have a live field where I want to hide certain options depending on the user. I have 10 different options (A - J) and want to show options A - E for user 1 and E - J for user 2. If one of these two users selects option E, another text field should appear.
To achieve this I wrote something like:
lfRestrictSelectOptions("field", {"A", "B","C","D"});
if(argv["field"] == "E") {
lfShow("textfield");
}
else {
lfHide("textfield");
}
and
lfWatch("field",allFields, "Hook.sil");
Everything works, except that, if a user makes a selection, the "field" immediately jumps back to NONE.
If I use
lfWatch("field",allFields, "Hook.sil", {"keyup"});
I does not jump back to NONE, but the hidden text field does not appear, if a user selects option E.
It started as any story starts, on a normal, rainy day. Admin meets App, and her name was Klok2, and like any first relationship we were both trying to make it work but neither one knew what...
Connect with like-minded Atlassian users at free events near you!
Find a groupConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no AUG chapters near you at the moment.
Start an AUGYou're one step closer to meeting fellow Atlassian users at your local meet up. Learn more about AUGs