In setting the issue scope for a Portfolio plan I want to use a filter that shows all issues linked to an Initiative. With the standard heirarchy:
Intitiative -> Epic -> Story -> Sub-task
I have Epics split across multiple projects but can't find a simple way to just set a filter to include all levels of issues connected to an initiative. The best I can do is bring back all the linked Epics via JQL parentLink field, but the stories and sub-tasks are not pulled in.
Ideally I don't want to have to rely on users ensure that each new story is tagged with a custom component that I can add to the filter.
Am I missing a simple and easy way to achieve this?
Thanks!
Why not simply use the search query of: "Parent Link" in linkedIssues("<insert Initiative ticket ID>")
That query does not include sub-tasks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Maree,
Just had a notice from Atlassian support indicating that there was a bug in the Scriptrunner plugin:
https://productsupport.adaptavist.com/browse/SRJIRA-2314 https://productsupport.adaptavist.com/browse/SRJIRA-2313
which is fixed on the latest version of the plugin 5.0.14. release note - https://scriptrunner.adaptavist.com/latest/jira/releases/current-release.html
I have upgraded to the latest version of ScriptRunner and am pleased to say that this does indeed fix the problem and issues are now being picked up and scheduled as expected in Portfolio!
Hope that helps.
Cheers,
Mat
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Maree,
Yes, unfortunately we have run into the same issue now that we have completed our high level estimates. All the epics and stories display fine in the scope panel and we can create new stories via this screen without problems, but none of the issues are picked up for scheduling.
We will probably have to kludge it by creating a cross project component which is actually the project name. Definiteley not ideal and not a neat approach.
I intend to raise it as a bug, but as it's connected with use of a 3rd party add-in I don't expect much.
Cheers,
Mat
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey Mat
Bugger, was hoping it was just my version combination :(
I've raised a support request with Atlassian for the issue, will respond again if it gets anywhere :)
Cheers
Maree
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey Mat
We're having issues with the schedule section not working if our filters include the "issuesInEpics" jql function - would you mind letting me know which versions of Portfolio and ScriptRunner you are using?
Cheers
Maree
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Luckily I already have ScriptRunner installed so was able to achieve what I wanted with:
"Parent Link" = PROJECT-17 OR issueFunction in issuesInEpics("'Parent Link' = PROJECT-17")
It still excludes sub-tasks but we don't really use that level of detail within Portfolio.
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.