Please add PortfolioParentof() funtion in Jira cloud
This is needed.
This feature can now be more easily developed, as Atlassian added a generic “parent” variable in Issue model (available in rest api, cf my screenshot).
Moreover, Atlassian is going to deprecate Epic-link and replace it with parent https://support.atlassian.com/jira-software-cloud/docs/upcoming-changes-epic-link-replaced-with-parent/
So :
No matter of Advanced roadmaps or other, every parenting link is now generic.
So we could have a parentOf(query) generic JQL that return immediate parents of issues returned by query, simply by returning issue.fields.parent …
Thanks @Florent.baret !
Please keep an eye out on here and our new website https://www.scriptrunnerhq.com for any new updates or announcements
We’re now looking into the feasibility of introducing this function to Cloud. As Portfolio is now Advanced Roadmap on Jira Cloud, we want to update the name of this function.
Would love to hear all your thoughts! Any suggestions? How do the below sound or does it not really matter to you?
ParentOf
advRoadmapParent
advRoadmapDependencyOf
Keep it simple. Use the word parent (not dependency, that’s something different). ParentsOf or similar.
Hi Gli, absolutely a very good (and needed) new ! My thought is to be consistent with JQL method that allow to get parents of subtasks. So definitively parentOf(JQL).
Moreover hierarchy is no more an advRoadmaps matter (and that have been renamed multiple times by Atlassian : portfolio->advRoamaps->Plan
So in my opinion, if you provide a generic JQL parentOf(subJQL) that allow to find through every level of hierarchy, YOU ARE WINNERS
I would glad to help if needed, contact me directly
Can not agree more with Vickie and Florent. Great to see a progress here!