Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Since updating these fields could be time-consuming for our customers, we have the following alternative to report on Jira issues with associations.

\uD83D\uDCD8 Instructions

You can use the following JQL query to search all the Jira issues associated with a SObject

Search by SOID

Code Block
salesforceAssociatedIds ~ "<SOID>" 
  • Examples:

    Code Block
    salesforceAssociatedIds ~ "5004x00000ePquLAAS" 
    Code Block
    salesforceAssociatedIds ~ "500*"

Search by SObject name

Code Block
salesforceAssociatedTypes ~ "<SObject API name>" 

...