Hello everyone,
so far we used the function childIssuesOf for some of our Jira boards to filter the issues of specific SAFe Features. However, this function seems to not be available anymore.
We used it like this for example:
Now the JQL function childIssuesOf cannot be found.
What we would get from the query above previously is a list of all the issues in a SAFe Feature.
We tried this alternative:
but it only brings back issues that are linked to the specified issue like "relates" or "has parent". Instead we want to filter all the issues in that SAFe Feature.
Does anyone know of an alternative to that?
In order to filter the issues in a SAFe Feature issue type, the Feature Link field can be used. The query that work for me is:
Hi, not sure if this will help but have you tried using linkedIssues('key=issueKey', 'linkType=child') or however the parent child linking is named in your jira instance?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you for the suggestion. I tried it but it didn't work. However, you pointed me towards the right direction to find the solution, namely the linkage type.
Thank you so much for your input.
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 @Evanthia Charalampidou . Can you please share your solution? I am also looking for all Stories and their Sub-task under the Epic. It used to be childIssuesOf() but it stopped working.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can anyone share the solution for this? I am trying to find all issues linked to an epic or linked to a child of that Epic.
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.