Using the following URL: https://ctl.atlassian.net/rest/api/3/search?jql=filter=66847
to return the results (which it does correctly), the filter itself is:
issuetype in ("Portfolio Epic", Capability, "Epic (Feature)", Story) AND issueKey in portfolioChildIssuesOf(ABC-123) AND status not in (Done) ORDER BY key
Yet, when I look at the result in JSON - it shows a "list" but all fix versions are empty. How can I resolve that?
fields | |
fixVersions | [] |
14 | |
fields | |
fixVersions | |
15 | |
fields | |
fixVersions | |
16 | |
fields | |
fixVersions | |
17 | |
fields | |
fixVersions | |
18 | |
fields |
Hi @Mark Davies
I just tried this for my own filter and it worked for me. Some things to check are:
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.