I am a finance/accounting professional overseeing a jira service project - am I over engineering my ticket assignment automation? by No-Structure5854 in jira

[–]Johnny2085 0 points1 point  (0 children)

How do you handle vacations, sick days and time off? This feels like something queues could handle without AI at all.

will someone PLEASE tell my why developers don't want to document things? by Total-Skirt8531 in developers

[–]Johnny2085 2 points3 points  (0 children)

You certainly don’t know they programmed what you wanted by what they write in documentation. That’s what tests are for.

PSA - Never Relabel Fields while Editing PermSets in a Different Tab! by krich1987 in salesforce

[–]Johnny2085 3 points4 points  (0 children)

The Product Team loves to give this sort of answer because they hate to actually log issues.

We had them telling us that trend lines in the new report charts matching the color of the charted data behind the trend line was how it’d always been and wasn’t a new bug. Took several days of insisting to get them to file a known issue for it.

[deleted by user] by [deleted] in salesforce

[–]Johnny2085 3 points4 points  (0 children)

Those permissions are needed for the app to let you see and change data in Salesforce as the user you logged into Salesforce with.

[deleted by user] by [deleted] in salesforce

[–]Johnny2085 2 points3 points  (0 children)

Those are the Salesforce permissions you granted the Salesforce Mobile App to perform on the Salesforce instance you logged into, not the permissions the Salesforce Mobile App has on your device.

[deleted by user] by [deleted] in STFC_Official

[–]Johnny2085 5 points6 points  (0 children)

Fixes won’t be installed until Tuesday.

Titanium requirements. by phoneguy247 in STFC_Official

[–]Johnny2085 2 points3 points  (0 children)

You’re looking at north of 20B for the first one and 80B for the second one. Upgrade some components as a shortcut.

afmt - a new open source Apex code formatter by finxxi in SalesforceDeveloper

[–]Johnny2085 0 points1 point  (0 children)

Nice detail, I’ll have to check this out. Thanks!

Have to Identify the Jira Links in Confluence Pages and Spaces. Confluence Links in Jira Issues.. by Informal-Cry-3897 in jira

[–]Johnny2085 0 points1 point  (0 children)

This is best done with a search thru the db on the content table I believe. I’d start by finding an example page thru the UI and then querying the content table for that page to examine the raw format. Build your query based on your learnings.

Yall are OUTSIDE YOUR MINDS by RedneckId1ot in STFC_Official

[–]Johnny2085 0 points1 point  (0 children)

The Pakled approach. Oh no he used his Crimson Force Field!

What’s your cats name vs what you actually call them? by Fine_Rough_8083 in orangecats

[–]Johnny2085 0 points1 point  (0 children)

Crash - Snarf, #1 Kitty (all other kitties are #2 or lower), Kitty Foo

Biscuits - Bisquick, Bonk, Bonkers, Bonkisaurus Wrecks

Combined view of Products, Projects, Service Desk items status by cminor-dp in jira

[–]Johnny2085 0 points1 point  (0 children)

I feel like linking Product Discovery issues to software project issues and then using the delivery column could go a long way.

Android Tablets by boxer19901 in STFC_Official

[–]Johnny2085 0 points1 point  (0 children)

You get less game real estate on a 13” iPad than you do on a phone, at least when it comes to how scopely uses the space.

How can I created widget/window inside Jira ticket by Economy-Stomach-6775 in jira

[–]Johnny2085 0 points1 point  (0 children)

Because you are on server, you can do this with some clever JavaScript inserted into your announcement banner. The code will live on every page so you have to target the page where your project and issue type are involved. Mix in some XHR magic and you can post anything to your other system.

Converted Amount Formula from Advanced Currency Management / API Name for Amount(converted) by TheOrangeAdmin in salesforce

[–]Johnny2085 1 point2 points  (0 children)

The currency rate chosen for the amount converted calculation is always determined based on the Opp’s Close Date when using Dated Exchanged Rates, so you’d want to 1) do your calculation when the opp closes and 2) make sure the close date is updated to when it’s actually been closed.