We use Jira Advanced Roadmaps for our roadmap planning and I'm struggling with creating filters based on parent status rather than specifying a static Issue. First some background:
Problem & Question
You could try creating a filter equivalent to 'issueType = Initiative AND Status = "In Progress"'. Save that filter as ActiveInitiatives
Then apply it to the function e.g.
issuekey in portfolioChildIssuesOf("filter = ActiveInitiatives")
I haven't got scriptrunner on our cloud so I can't check this out, but many functions will take the filter clause as input
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
One other side question, @Tom Lister . I noticed you didnt include spaces in your hypothetical filter naming. Do you find that beneficial beyond just being easier to see in dropdowns, etc?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Ben / Tom
Did you make any progress on this? I am (conveniently) having the exact same problem however when I try
issuekey in portfolioChildIssuesOf("filter = ActiveInitiatives")
I get the following returned
Unable to find an issue with matching key filter = ActiveInitiatives
I think this might be because we are using Jira Cloud and it only supports single keys in portfolioChildIssuesOf
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It might be the case that cloud is different
The documentation doesn't state JQL clauses don't work but it only shows examples of direct epic keys
https://docs.adaptavist.com/sfjcl/how-can-i-search-for-porftolio-issue-links-50331682.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.