I’m migrating the app from epics to a hierarchical structure. I used portfolioChildIssuesOf
in JQL to fetch issues from any parent level, but this only works if the instance is on a premium plan. I fetched the Jira license using the experimental get license endpoint to only call portfolioChildIssuesOf
on an instance with a premium plan. Is it safe to use that endpoint in production?