So ive setup plenty of Portfolio's in the past, but for some reason my most recent one is having the following issues (which I can't for the life of me resolve)
BUT when I vew the timeline
Also worth noting, Sprints are showing as selected in the Scope view.
I've rebuilt the plan several times, and nothing seems to help. Any ideas?
For anyone that was wondering, the issue was due to the JQL that I was using.
Here's what it was:
project = ZZZ AND ("Epic Name"="ZZZ" OR "Epic Link"=ZZZ-123) and resolution=unresolved ORDER BY rank ASC
And here's what I updated it to be:
project = ZZZ AND (component = ZZZ OR "Epic Link" = ZZZ-123) AND resolution = Unresolved ORDER BY Rank ASC
...which both return the same results, but for whatever reason Portfolio DOES NOT LIKE the first query, but is fine with the second
¯\_(ツ)_/¯
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.