Hi All
in one of the requirement I have to link custome field 11820 with Jira issue . basically we want to see how many jira linked with the 11820 diff -diff custom values .
I have joined the tables Jira Issue linke below
JiraIssue.id = CustomFieldValue.issue Then Join CustomfieldValue to CustomField on CustomFieldValue.customField = CustomField.id
unfortunately it doesn't give me any related jira issue on selection of Cfname = "As an"
can anyone help me to get the correct result .