
Diego Bechi
-
Total activity12
-
Last activity
-
Member since
-
Following0 users
-
Followed by0 users
-
Votes2
-
Subscriptions3
Activity overview
Latest activity by Diego Bechi-
Diego Bechi commented,
Hi Eric, The custom field I'm trying to update is not actually added to any form so I'm not seeing it when using client.get("ticketFields"). I'm able to access the field now and as you can see on ...
-
Diego Bechi commented,
re: Apps and EAP functionality are disabled within the sandbox. I have a question about it. is there any way to create the sandbox account with all the Apps I have in production? (besides doing it ...
-
Diego Bechi commented,
Thank you SO much James!!!!! I just noticed that when I tested the previous piece of code, I forgot to re-add the background instance on the manifest :face-palm: Now that I added it back and modify...
-
Diego Bechi commented,
Thanks James and Eric for your responses. @James thanks for sharing this I think the error is coming from the instance for your background location, which doesn't support the iconSymbol property....
-
Diego Bechi commented,
Not sure if I fully understand that idea. I need to keep the icon in there since I'm updating it based on some logic for this use case. Let me explain it by using the Atlassian Status page case be...
-
Diego Bechi commented,
Sorry for the confusion, I'm running the app in the background AND in the top bar section. Besides that what I'm updating is the icon that it's always visible at the top. I noticed that a few top ...
-
Diego Bechi created a post,
[ Top Bar App ] Could not find handler for: "iconSymbol"
Hi there, I'm building a simple top bar app and I'm having issues while using the setter to change the icon: var client = ZAFClient.init(); client.set('iconSymbol', 'mySymbol') This works properly...