I've migrated thousands of issues from Rally to JIRA, now seeing many in the JIRA backlog.
I see the backlog query is showing like this:
project = CVE AND status in ("10100", "3", "11600", "10002", "11603") AND (cf[10004] is EMPTY OR cf[10004] not in openSprints()) AND issuetype in standardIssueTypes() AND issuetype != "10000" AND NOT status in ("11600") ORDER BY Rank ASC
From https://rbcjira.devfg.rbc.com/rest/api/2/field, I see cf[10004] is Sprint. How can I find out what's the name for the ids in the status?