Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Field group
contentAdfStringified{"type":"doc","version":1,"content":[{"type":"table","content":[{"type":"tableRow","content":[{"type":"tableHeader","attrs":{"colspan":1,"rowspan":1},"content":[{"type":"paragraph","content":[{"text":"Add-on:","type":"text"}]}]},{"type":"tableCell","attrs":{"colspan":1,"rowspan":1},"content":[{"type":"paragraph","content":[{"type":"inlineExtension","attrs":{"extensionType":"com.atlassian.confluence.macro.core","extensionKey":"short-text","parameters":{"id":"t5iyc9r48t","extensionKey":"short-text","name":"content:space","placeholder":"","isRequired":false,"type":"line","atlassian-macro-output-type":"INLINE"}}}]}]}]},{"type":"tableRow","content":[{"type":"tableHeader","attrs":{"colspan":1,"rowspan":1},"content":[{"type":"paragraph","content":[{"text":"Question:","type":"text"}]}]},{"type":"tableCell","attrs":{"colspan":1,"rowspan":1},"content":[{"type":"paragraph","content":[{"type":"inlineExtension","attrs":{"extensionType":"com.atlassian.confluence.macro.core","extensionKey":"short-text","parameters":{"id":"nspka1ftai","extensionKey":"short-text","name":"page:title","placeholder":"","isRequired":false,"type":"line","atlassian-macro-output-type":"INLINE"}}}]}]}]},{"type":"tableRow","content":[{"type":"tableHeader","attrs":{"colspan":1,"rowspan":1},"content":[{"type":"paragraph","content":[{"text":"Answer:","type":"text"}]}]},{"type":"tableCell","attrs":{"colspan":1,"rowspan":1},"content":[{"type":"extension","attrs":{"extensionType":"com.atlassian.confluence.macro.core","extensionKey":"paragraph","parameters":{"id":"inx7xshvn9","extensionKey":"paragraph","name":"kbAnswer","isRequired":false,"Type":"area","atlassian-macro-output-type":"BLOCK"},"layout":"default"}}]}]}]}]}
fieldGroupNamemigrated
fieldGroupId34q9nk1b2n
excerptAdd-on: Classic Connector for Salesforce & Jira Question: How do I show the total number of associated Salesforce.com Objects? Answer: This workaround requires a third-party add-on that is only available for JIRA Standalone and in some cases may even cause system instability. This workaround is only provided as-is. ServiceRocket does not provide support for third-party add-ons so use this workaround at your own risk. Download and install the ScriptRunner add-on in your JIRA instance.   Click on  Cog Icon  Unknown Attachment  > Icon  > Issues > Custom Fields.   Create a  Scripted Field:     Go to Cog Icon  > Add-ons > Script Fields.   Edit the Scripted Field that you have create.   Select the Number Field option as the template of the Scripted Field .   Paste the following script into the  Inline Script   field: def val = getCustomFieldValue(<Remote System Reference field ID>); if (val == null || val.equals("")){ return null; } def vals = val.toString().split(','); return vals.length;
propertyKeys["net.customware.confluence.plugin.scaffolding__34q9nk1b2n__data_0_2emmnk5tf2eleps0s5l6"]