Hello,
I'm using the following query to get the custom field values:
select *
from jira_app.CustomFieldValue cfv
join jira_app.CustomField CF on CF.Id = CFV.CustomField
join jira_app.jiraissue issue on issue.id = cfv.issue
join jira_app.project project on issue.PROJECT = project.id
where cf.ID = '101111'
Since epic link is also a custom field, I'm using the same query replacing the id of the CF with the Id of the epic link, it doesn't give any results.
How do I get the epic link for a Story?
Please advice.
Thanks.
Hi Veera,
This question has been answered in this similar post; Where are "Epic link" records stored in JiraDB?. The data is stored in the issuelink table.
I hope that this helps.
Best Regards,
Mogavenasan
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.